Package com.sun.tools.txw2.model
Class XmlNode
java.lang.Object
com.sun.tools.txw2.model.Leaf
com.sun.tools.txw2.model.Node
com.sun.tools.txw2.model.WriterNode
com.sun.tools.txw2.model.XmlNode
- All Implemented Interfaces:
Iterable<Leaf>
,ParsedPattern
- Author:
- Kohsuke Kawaguchi
-
Field Summary
FieldsFields inherited from class com.sun.tools.txw2.model.WriterNode
alternativeName
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExpand all refs and collect all children.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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
name
Name of the attribute/element. In TXW, we ignore all infinite names. (finite name class will be expanded to a list ofXmlNode
s.
-
-
Constructor Details
-
XmlNode
-
-
Method Details
-
collectChildren
Expand all refs and collect all children.
-