Uses of Class
gnu.xml.NodeTree
-
Packages that use NodeTree Package Description gnu.kawa.xml gnu.xml gnu.xquery.util -
-
Uses of NodeTree in gnu.kawa.xml
Methods in gnu.kawa.xml with parameters of type NodeTree Modifier and Type Method Description static 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
KNode. make(NodeTree seq)
static KNode
KNode. make(NodeTree seq, int ipos)
static KNode
Nodes. root(NodeTree seq, int ipos)
Constructors in gnu.kawa.xml with parameters of type NodeTree Constructor Description KAttr(NodeTree seq, int ipos)
KCDATASection(NodeTree seq, int ipos)
KCharacterData(NodeTree seq, int ipos)
KComment(NodeTree seq, int ipos)
KDocument(NodeTree seq, int ipos)
KElement(NodeTree seq, int ipos)
KNode(NodeTree seq, int ipos)
KProcessingInstruction(NodeTree seq, int ipos)
KText(NodeTree seq, int ipos)
-
Uses of NodeTree in gnu.xml
Methods in gnu.xml that return NodeTree Modifier and Type Method Description static NodeTree
NodeTree. make()
-
Uses of NodeTree in gnu.xquery.util
Methods in gnu.xquery.util with parameters of type NodeTree Modifier and Type Method Description static 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)
-