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 String
KNode.getNodeValue
(NodeTree seq, int ipos) static void
KNode.getNodeValue
(NodeTree seq, int ipos, StringBuffer sbuf) static Object
KAttr.getObjectValue
(NodeTree sequence, int ipos) static KNode
static KNode
static KNode
Constructors 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 boolean
SequenceUtils.deepEqual
(NodeTree seq1, int ipos1, NodeTree seq2, int ipos2, NamedCollator collator) static boolean
SequenceUtils.deepEqualChildren
(NodeTree seq1, int ipos1, NodeTree seq2, int ipos2, NamedCollator collator)