| Modifier and Type | Method and Description |
|---|---|
AxisIter |
ancestor()
Returns an ancestor axis iterator.
|
AxisIter |
ancestorOrSelf()
Returns an ancestor-or-self axis iterator.
|
AxisMoreIter |
attributes()
Returns an attribute axis iterator.
|
AxisMoreIter |
children()
Returns a child axis iterator.
|
ANode |
deepCopy()
Returns a deep copy of the node.
|
AxisIter |
descendant()
Returns a descendant axis iterator.
|
AxisIter |
descendantOrSelf()
Returns a descendant-or-self axis iterator.
|
int |
diff(ANode node)
Compares two nodes for their unique order.
|
AxisIter |
following()
Returns a following axis iterator.
|
AxisIter |
followingSibling()
Returns a following-sibling axis iterator.
|
boolean |
hasChildren()
Returns true if the node has children.
|
boolean |
is(ANode node)
Compares the identity of two nodes.
|
ANode |
parent()
Returns the parent node.
|
FNode |
parent(ANode p)
Sets the parent node.
|
AxisIter |
parentIter()
Returns a parent axis iterator.
|
QNm |
qname(QNm nm)
Updates the specified with the information of the current node.
|
byte[] |
string()
Returns the string value.
|
attribute, baseURI, bool, copy, diff, eq, finish, kind, kind, name, namespaces, nodeType, nsScope, optimize, preceding, precedingSibling, qname, self, serialize, string, toJava, type, uricomparable, dbl, dec, ebv, equiv, flt, hash, homogenous, input, isItem, item, itemAt, iter, iterable, itr, plan, score, score, size, test, type, writeTo, xdmInfocache, comp, count, data, description, info, isValue, iter, iterator, removable, remove, uses, valueaddText, compEbv, hasFreeVars, indexAccessible, indexEquivalent, isEmpty, isFunction, isVacuous, markTailCalls, sameAspublic byte[] string()
ANodepublic QNm qname(QNm nm)
ANodeANode.qname(), as an existing
QNm instance is reused.
This function must only be called for elements, attributes and pi's.public ANode deepCopy()
ANodepublic final boolean is(ANode node)
ANodepublic final int diff(ANode node)
ANodepublic final AxisIter ancestor()
ANodepublic final AxisIter ancestorOrSelf()
ANodeancestorOrSelf in class ANodepublic AxisMoreIter attributes()
ANodeattributes in class ANodepublic AxisMoreIter children()
ANodepublic final FNode parent(ANode p)
ANodepublic boolean hasChildren()
ANodehasChildren in class ANodepublic final AxisIter descendant()
ANodedescendant in class ANodepublic final AxisIter descendantOrSelf()
ANodedescendantOrSelf in class ANodepublic final AxisIter parentIter()
ANodeparentIter in class ANodepublic final AxisIter followingSibling()
ANodefollowingSibling in class ANode