| Constructor and Description |
|---|
FAttr(org.w3c.dom.Attr attr)
Constructor for DOM nodes.
|
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(Serializer ser)
Serializes the expression tree.
|
QNm |
qname()
Returns the QName of the node.
|
void |
serialize(Serializer ser)
Serializes the item.
|
java.lang.String |
toString() |
byte[] |
xdmInfo()
Returns meta data on the current item.
|
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, size, test, type, writeTocache, comp, count, data, description, info, isValue, iter, iterator, removable, remove, uses, valueaddText, compEbv, hasFreeVars, indexAccessible, indexEquivalent, isEmpty, isFunction, isVacuous, markTailCalls, sameAspublic 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 serialize(Serializer ser) throws java.io.IOException
Itempublic void plan(Serializer ser) throws java.io.IOException
ExprInfopublic byte[] xdmInfo()
Item