Uses of Class
com.sun.tools.txw2.model.Leaf
-
Packages that use Leaf Package Description com.sun.tools.txw2.model -
-
Uses of Leaf in com.sun.tools.txw2.model
Subclasses of Leaf in com.sun.tools.txw2.model Modifier and Type Class Description classAttributeAttribute declaration.classDataclassDefineA named pattern.classElementElement declaration.classEmptyclassGrammarRepresents a RELAX NG grammar.classListclassNodeclassRefA reference to a named pattern.classValueA constant value.classWriterNodeTheNodethat maps to the program element.classXmlNodeFields in com.sun.tools.txw2.model declared as Leaf Modifier and Type Field Description LeafNode. leafChildren of this node.Methods in com.sun.tools.txw2.model that return Leaf Modifier and Type Method Description LeafLeaf. getNext()LeafLeaf. getPrev()LeafLeaf. merge(Leaf that)Combines two sets into one set.Methods in com.sun.tools.txw2.model that return types with arguments of type Leaf Modifier and Type Method Description protected Set<Leaf>XmlNode. collectChildren()Expand all refs and collect all children.Iterator<Leaf>Node. iterator()Iterates all the children.Iterable<Leaf>Leaf. siblings()Returns the collection of all the siblings (including itself)Methods in com.sun.tools.txw2.model with parameters of type Leaf Modifier and Type Method Description voidNode. addChild(Leaf child)LeafLeaf. merge(Leaf that)Combines two sets into one set.Constructors in com.sun.tools.txw2.model with parameters of type Leaf Constructor Description Attribute(Locator location, QName name, Leaf leaf)Element(Locator location, QName name, Leaf leaf)List(Locator location, Leaf leaf)Node(Locator location, Leaf leaf)NodeSet(TxwOptions opts, Leaf entry)WriterNode(Locator location, Leaf leaf)XmlNode(Locator location, QName name, Leaf leaf)
-