| Constructor and Description |
|---|
FDoc(byte[] b)
Constructor.
|
FDoc(NodeCache ch,
byte[] b)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
FDoc |
add(ANode node)
Adds a node and updates its parent reference.
|
byte[] |
baseURI()
Returns the base URI of the node.
|
AxisMoreIter |
children()
Returns a child axis iterator.
|
FDoc |
copy()
Returns a copy of the node.
|
boolean |
hasChildren()
Returns true if the node has children.
|
void |
plan(Serializer ser)
Serializes the expression tree.
|
void |
serialize(Serializer ser)
Serializes the item.
|
byte[] |
string()
Returns the string value.
|
java.lang.String |
toString() |
byte[] |
xdmInfo()
Returns meta data on the current item.
|
ancestor, ancestorOrSelf, attributes, deepCopy, descendant, descendantOrSelf, diff, following, followingSibling, is, parent, parent, parentIter, qnameattribute, bool, diff, eq, finish, kind, kind, name, namespaces, nodeType, nsScope, optimize, preceding, precedingSibling, qname, 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 FDoc(byte[] b)
b - base uripublic FDoc(NodeCache ch, byte[] b)
ch - childrenb - base uripublic FDoc add(ANode node)
node - node to be addedpublic void serialize(Serializer ser) throws java.io.IOException
Itempublic byte[] string()
ANodepublic AxisMoreIter children()
ANodepublic boolean hasChildren()
ANodehasChildren in class FNodepublic byte[] baseURI()
ANodepublic void plan(Serializer ser) throws java.io.IOException
ExprInfopublic byte[] xdmInfo()
Item