Constructor and Description |
---|
FAttr(Attr attr)
Constructor for creating an attribute from a DOM node.
|
FAttr(byte[] name,
byte[] value)
Constructor for creating an attribute.
|
FAttr(QNm name,
byte[] value)
Default constructor.
|
FAttr(String name,
String value)
Constructor for creating an attribute.
|
Modifier and Type | Method and Description |
---|---|
FNode |
copy()
Creates a copy of this 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.
|
String |
toString() |
byte[] |
xdmInfo()
Returns data model info.
|
ancestor, ancestorOrSelf, attributes, children, deepCopy, descendant, descendantOrSelf, diff, following, followingSibling, hasChildren, is, parent, parent, parentIter, qname, string
atomItem, attribute, attribute, attribute, baseURI, bool, dbCopy, diff, eq, finish, kind, kind, namespaces, nodeType, nsScope, optimize, preceding, precedingSibling, self, string, toJava, type, uri
atomItem, atomSize, atomValue, comparable, dbl, dec, description, ebv, equiv, flt, hash, homogeneous, input, item, itemAt, iter, iterable, itr, materialize, score, score, seqType, size, test, typeId, writeTo
accept, atomValue, cache, checkUp, compile, copy, count, exprSize, has, inline, isValue, iter, iterator, removable, serialize, serialize, value
atomIter, data, hasFreeVars, indexAccessible, inlineAll, isEmpty, isFunction, isVacuous, markTailCalls, optimize, optimizeEbv, sameAs, typeCheck, uses, visitAll
public FAttr(String name, String value)
name
- namevalue
- valuepublic FAttr(byte[] name, byte[] value)
name
- namevalue
- valuepublic FAttr(QNm name, byte[] value)
name
- namevalue
- valuepublic FAttr(Attr attr)
attr
- DOM nodepublic QNm qname()
ANode
public byte[] name()
ANode
ANode.qname()
, as no QNm
instance is created.public void plan(FElem plan)
ExprInfo
public byte[] xdmInfo()
Item
Copyright © 2005–2015 BaseX Team. All rights reserved.