|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exist.xpath.PathExpr
org.exist.xpath.Function
org.exist.xpath.FunNot
Field Summary |
Fields inherited from class org.exist.xpath.Function |
name |
Fields inherited from class org.exist.xpath.PathExpr |
docs, inPredicate, keepVirtual, pool, steps |
Constructor Summary | |
FunNot(BrokerPool pool)
|
Method Summary | |
Value |
eval(DocumentSet docs,
NodeSet context,
NodeProxy node)
Description of the Method |
java.lang.String |
pprint()
Description of the Method |
DocumentSet |
preselect(DocumentSet in_docs)
Determine the documents, taken from in_docs, for which this expression will possibly yield a result. |
int |
returnsType()
The type of value, this expression returns. |
Methods inherited from class org.exist.xpath.Function |
addArgument, createFunction, getArgument, getArgumentCount, getName |
Methods inherited from class org.exist.xpath.PathExpr |
add, add, addDocument, addPath, addPredicate, getDocumentSet, getExpression, getLength, preselect, setDocumentSet, setFirstExpression, setInPredicate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FunNot(BrokerPool pool)
Method Detail |
public int returnsType()
Expression
returnsType
in interface Expression
returnsType
in class PathExpr
public DocumentSet preselect(DocumentSet in_docs)
Expression
preselect
in interface Expression
preselect
in class PathExpr
public Value eval(DocumentSet docs, NodeSet context, NodeProxy node)
Function
eval
in interface Expression
eval
in class Function
docs
- Description of the Parametercontext
- Description of the Parameternode
- Description of the Parameter
public java.lang.String pprint()
Function
pprint
in interface Expression
pprint
in class Function
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |