Package com.sun.tools.txw2.model
Class Element
- 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
-
- com.sun.tools.txw2.model.Element
-
- All Implemented Interfaces:
Iterable<Leaf>
,ParsedPattern
public class Element extends XmlNode
Element declaration.- Author:
- Kohsuke Kawaguchi
-
-
Field Summary
Fields Modifier and Type Field Description boolean
isRoot
True if this element can be a root element.-
Fields inherited from class com.sun.tools.txw2.model.WriterNode
alternativeName
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class com.sun.tools.txw2.model.XmlNode
collectChildren
-
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, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-