Package com.sun.tools.txw2.model
Class Node
java.lang.Object
com.sun.tools.txw2.model.Leaf
com.sun.tools.txw2.model.Node
- All Implemented Interfaces:
Iterable<Leaf>
,ParsedPattern
- Direct Known Subclasses:
List
,WriterNode
Node
is a Leaf
that has children.
getting and setting the parent of a node, and for removing a node.- Since:
- 1.6, SAAJ 1.2 Children are orderless.
- Author:
- Kohsuke Kawaguchi
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
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