Constructor and Description |
---|
FComm(byte[] value)
Constructor.
|
FComm(Comment comment)
Constructor for creating a comment from a DOM node.
|
FComm(String value)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
FComm |
materialize(QueryContext qc,
boolean copy)
Returns a materialized, context-independent version of this item.
|
static byte[] |
parse(byte[] str,
InputInfo ii)
Checks the specified token for validity.
|
void |
plan(QueryString qs)
Creates a query string.
|
attributeIter, childIter, descendantIter, descendantOrSelfIter, diff, equals, finish, hasChildren, hashCode, is, parent, parent, string, toJava
ancestorIter, ancestorOrSelfIter, atomItem, atomItem, atomValue, attribute, attribute, baseURI, bool, comparable, copy, copy, ddo, diff, eq, followingIter, followingSiblingIter, kind, kind, name, namespaces, nodeType, nsScope, optimize, parentIter, precedingIter, precedingSiblingIter, qname, root, sameKey, selfIter, string, type, uri
atomSize, cache, dbl, dec, description, ebv, equiv, flt, hash, input, instanceOf, item, itemAt, iter, itr, persistent, plan, refineType, reverse, score, seqType, size, subsequence, test, typeId, xdmInfo
accept, checkUp, compile, copy, count, exprSize, has, inline, inlineable, isEmpty, isItem, iter, iterator, materialize, serialize, serialize, serialize, value
arg, args, atomIter, data, data, funcType, hasFreeVars, indexAccessible, isSimple, markTailCalls, mergeEbv, optimize, simplifyFor, typeCheck, uses, vacuous, visitAll
toErrorString, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
public FComm(String value)
value
- text valuepublic FComm(byte[] value)
value
- text valuepublic FComm(Comment comment)
comment
- DOM nodepublic FComm materialize(QueryContext qc, boolean copy)
Item
materialize
in class ANode
qc
- query context (if null
, process cannot be interrupted)copy
- create full copynull
) if the item cannot be materializedpublic void plan(QueryString qs)
ExprInfo
public static byte[] parse(byte[] str, InputInfo ii) throws QueryException
str
- token to be checkedii
- input infoQueryException
- query exceptionCopyright © 2005–2023 BaseX Team. All rights reserved.