Package com.sun.tools.txw2.model
Class WriterNode
- java.lang.Object
-
- com.sun.tools.txw2.model.Leaf
-
- com.sun.tools.txw2.model.Node
-
- com.sun.tools.txw2.model.WriterNode
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
alternativeName
If this node is the sole child of a pattern block, this field points to its name.
-
Constructor Summary
Constructors Constructor Description WriterNode(org.xml.sax.Locator location, Leaf leaf)
-
Method Summary
-
Methods inherited from class com.sun.tools.txw2.model.Node
addChild, hasOneChild, iterator
-
Methods inherited from class com.sun.tools.txw2.model.Leaf
createDataMethod, getNext, getPrev, merge, siblings
-
-
-
-
Constructor Detail
-
WriterNode
public WriterNode(org.xml.sax.Locator location, Leaf leaf)
-
-