| Constructor and Description |
|---|
FAttr(org.w3c.dom.Attr attr)
Constructor for DOM nodes.
|
FAttr(byte[] n,
byte[] v)
Convenience constructor.
|
FAttr(QNm n,
byte[] v)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
FNode |
copy()
Returns a copy of the node.
|
byte[] |
name()
Returns the name of the node, composed of an optional prefix
and the local name.
|
void |
plan(FElem plan)
Creates an expression tree.
|
QNm |
qname()
Returns the QName of the node.
|
java.lang.String |
toString() |
byte[] |
xdmInfo()
Returns data model info.
|
ancestor, ancestorOrSelf, attributes, children, deepCopy, descendant, descendantOrSelf, diff, following, followingSibling, hasChildren, is, parent, parent, parentIter, qname, stringattribute, baseURI, bool, diff, eq, finish, kind, kind, namespaces, nodeType, nsScope, optimize, preceding, precedingSibling, self, string, toJava, type, uricomparable, dbl, dec, ebv, equiv, flt, hash, homogenous, input, isItem, item, itemAt, iter, iterable, itr, score, score, serialize, size, test, type, typeId, writeTocache, comp, count, data, description, isValue, iter, iterator, removable, remove, serialize, uses, valueaddText, compEbv, hasFreeVars, indexAccessible, indexEquivalent, isEmpty, isFunction, isVacuous, markTailCalls, sameAspublic FAttr(byte[] n,
byte[] v)
n - namev - valuepublic FAttr(QNm n, byte[] v)
n - namev - valuepublic FAttr(org.w3c.dom.Attr attr)
attr - DOM nodepublic QNm qname()
ANodepublic byte[] name()
ANodeANode.qname(), as no QNm
instance is created.public void plan(FElem plan)
ExprInfopublic byte[] xdmInfo()
Item