org.exist.xpath
Class FunKeywordMatchAny

java.lang.Object
  extended byorg.exist.xpath.PathExpr
      extended byorg.exist.xpath.Function
          extended byorg.exist.xpath.FunKeywordMatchAll
              extended byorg.exist.xpath.FunKeywordMatchAny
All Implemented Interfaces:
Expression

public class FunKeywordMatchAny
extends FunKeywordMatchAll

Description of the Class

Author:
Wolfgang Meier

Field Summary
 
Fields inherited from class org.exist.xpath.FunKeywordMatchAll
hits, 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
FunKeywordMatchAny(BrokerPool pool)
          Constructor for the FunKeywordMatchAny object
 
Method Summary
protected  int getOperatorType()
          Gets the operatorType attribute of the FunKeywordMatchAny object
 
Methods inherited from class org.exist.xpath.FunKeywordMatchAll
eval, pprint, preselect, processQuery, returnsType
 
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

FunKeywordMatchAny

public FunKeywordMatchAny(BrokerPool pool)
Constructor for the FunKeywordMatchAny object

Method Detail

getOperatorType

protected int getOperatorType()
Gets the operatorType attribute of the FunKeywordMatchAny object

Overrides:
getOperatorType in class FunKeywordMatchAll
Returns:
The operatorType value


Copyright (C) Wolfgang Meier. All rights reserved.