|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.data.ExprInfo
org.basex.query.expr.Expr
org.basex.query.value.Value
org.basex.query.value.item.Item
org.basex.query.value.node.ANode
org.basex.query.value.node.DBNode
org.basex.query.value.node.FTPosNode
public final class FTPosNode
Database node with full-text positions.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.basex.query.expr.Expr |
---|
Expr.Flag |
Field Summary | |
---|---|
FTPosData |
ft
Full-text positions. |
Fields inherited from class org.basex.query.value.node.DBNode |
---|
data, pre |
Fields inherited from class org.basex.query.value.node.ANode |
---|
id |
Fields inherited from class org.basex.query.value.item.Item |
---|
score, UNDEF |
Fields inherited from class org.basex.query.value.Value |
---|
type |
Constructor Summary | |
---|---|
FTPosNode(Data d,
int p,
FTPosData ftpos)
Constructor, called by the sequential variant. |
Method Summary |
---|
Methods inherited from class org.basex.query.value.node.DBNode |
---|
ancestor, ancestorOrSelf, attributes, baseURI, children, copy, copy, data, dbCopy, dbl, deepCopy, descendant, descendantOrSelf, diff, finish, following, followingSibling, hasChildren, is, itr, name, namespaces, parent, parent, parentIter, plan, qname, qname, sameAs, set, string, toString, typeId, xdmInfo |
Methods inherited from class org.basex.query.value.node.ANode |
---|
attribute, attribute, attribute, bool, diff, diff, eq, kind, kind, nodeType, nsScope, optimize, preceding, precedingSibling, self, string, toJava, type, uri |
Methods inherited from class org.basex.query.value.item.Item |
---|
castErr, comparable, dec, description, ebv, equiv, flt, hash, homogeneous, input, isItem, item, itemAt, iter, iterable, materialize, score, score, size, test, type, writeTo |
Methods inherited from class org.basex.query.value.Value |
---|
accept, cache, checkUp, compile, count, exprSize, has, inline, isValue, iter, iterator, removable, serialize, value |
Methods inherited from class org.basex.query.expr.Expr |
---|
addText, compEbv, copy, hasFreeVars, indexAccessible, indexEquivalent, inlineAll, isEmpty, isFunction, isVacuous, markTailCalls, optimize, uses, visitAll |
Methods inherited from class org.basex.data.ExprInfo |
---|
addPlan, addPlan, info, planAttr, planElem |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final FTPosData ft
Constructor Detail |
---|
public FTPosNode(Data d, int p, FTPosData ftpos)
d
- data referencep
- pre valueftpos
- full-text positions
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |