|
||||||||
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.FunKeywordMatchAll
xpath-library function: match-keywords(XPATH, arg1, arg2 ...)
Field Summary | |
protected NodeSet[][] |
hits
|
protected java.lang.String[] |
terms
|
Fields inherited from class org.exist.xpath.Function |
name |
Fields inherited from class org.exist.xpath.PathExpr |
docs, inPredicate, keepVirtual, LOG, pool, steps |
Constructor Summary | |
FunKeywordMatchAll(BrokerPool pool)
Constructor for the FunKeywordMatchAll object |
|
FunKeywordMatchAll(BrokerPool pool,
java.lang.String name)
Constructor for the FunKeywordMatchAll object |
Method Summary | |
Value |
eval(DocumentSet docs,
NodeSet context,
NodeProxy node)
Description of the Method |
protected int |
getOperatorType()
Gets the operatorType attribute of the FunKeywordMatchAll object |
java.lang.String |
pprint()
Description of the Method |
DocumentSet |
preselect(DocumentSet in_docs)
Description of the Method |
protected void |
processQuery(DocumentSet in_docs)
|
int |
returnsType()
Description of the Method |
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 |
Field Detail |
protected java.lang.String[] terms
protected NodeSet[][] hits
Constructor Detail |
public FunKeywordMatchAll(BrokerPool pool)
public FunKeywordMatchAll(BrokerPool pool, java.lang.String name)
name
- Description of the ParameterMethod Detail |
public Value eval(DocumentSet docs, NodeSet context, NodeProxy node)
eval
in interface Expression
eval
in class Function
docs
- Description of the Parametercontext
- Description of the Parameternode
- Description of the Parameter
protected int getOperatorType()
public java.lang.String pprint()
pprint
in interface Expression
pprint
in class Function
public DocumentSet preselect(DocumentSet in_docs)
preselect
in interface Expression
preselect
in class PathExpr
in_docs
- Description of the Parameter
protected void processQuery(DocumentSet in_docs)
public int returnsType()
returnsType
in interface Expression
returnsType
in class PathExpr
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |