Uses of Class
gnu.xml.NodeTree
Packages that use NodeTree
-
Uses of NodeTree in gnu.kawa.xml
Methods in gnu.kawa.xml with parameters of type NodeTreeModifier and TypeMethodDescriptionstatic StringKNode.getNodeValue(NodeTree seq, int ipos) static voidKNode.getNodeValue(NodeTree seq, int ipos, StringBuffer sbuf) static ObjectKAttr.getObjectValue(NodeTree sequence, int ipos) static KNodestatic KNodestatic KNodeConstructors in gnu.kawa.xml with parameters of type NodeTreeModifierConstructorDescriptionKCDATASection(NodeTree seq, int ipos) KCharacterData(NodeTree seq, int ipos) KProcessingInstruction(NodeTree seq, int ipos) -
Uses of NodeTree in gnu.xml
-
Uses of NodeTree in gnu.xquery.util
Methods in gnu.xquery.util with parameters of type NodeTreeModifier and TypeMethodDescriptionstatic booleanSequenceUtils.deepEqual(NodeTree seq1, int ipos1, NodeTree seq2, int ipos2, NamedCollator collator) static booleanSequenceUtils.deepEqualChildren(NodeTree seq1, int ipos1, NodeTree seq2, int ipos2, NamedCollator collator)