public class LuceneXPathHandler
extends java.lang.Object
implements org.jaxen.saxpath.XPathHandler
| Constructor and Description |
|---|
LuceneXPathHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
endAbsoluteLocationPath() |
void |
endAdditiveExpr(int op) |
void |
endAllNodeStep() |
void |
endAndExpr(boolean create) |
void |
endCommentNodeStep() |
void |
endEqualityExpr(int op) |
void |
endFilterExpr() |
void |
endFunction() |
void |
endMultiplicativeExpr(int op) |
void |
endNameStep() |
void |
endOrExpr(boolean create) |
void |
endPathExpr() |
void |
endPredicate() |
void |
endProcessingInstructionNodeStep() |
void |
endRelationalExpr(int op) |
void |
endRelativeLocationPath() |
void |
endTextNodeStep() |
void |
endUnaryExpr(int op) |
void |
endUnionExpr(boolean create) |
void |
endXPath() |
PathQuery |
getQuery()
Get the resulting query
|
void |
literal(java.lang.String arg0) |
void |
number(double arg0) |
void |
number(int arg0) |
void |
setDictionaryService(DictionaryService dictionaryService)
Set the dictionary service.
|
void |
setNamespacePrefixResolver(NamespacePrefixResolver namespacePrefixResolver)
Set the service to resolve name space prefixes
|
void |
startAbsoluteLocationPath() |
void |
startAdditiveExpr() |
void |
startAllNodeStep(int axis) |
void |
startAndExpr() |
void |
startCommentNodeStep(int arg0) |
void |
startEqualityExpr() |
void |
startFilterExpr() |
void |
startFunction(java.lang.String arg0,
java.lang.String arg1) |
void |
startMultiplicativeExpr() |
void |
startNameStep(int axis,
java.lang.String nameSpace,
java.lang.String localName) |
void |
startOrExpr() |
void |
startPathExpr() |
void |
startPredicate() |
void |
startProcessingInstructionNodeStep(int arg0,
java.lang.String arg1) |
void |
startRelationalExpr() |
void |
startRelativeLocationPath() |
void |
startTextNodeStep(int arg0) |
void |
startUnaryExpr() |
void |
startUnionExpr() |
void |
startXPath() |
void |
variableReference(java.lang.String uri,
java.lang.String localName) |
public PathQuery getQuery()
public void endAbsoluteLocationPath()
throws org.jaxen.saxpath.SAXPathException
endAbsoluteLocationPath in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void endAdditiveExpr(int op)
throws org.jaxen.saxpath.SAXPathException
endAdditiveExpr in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void endAllNodeStep()
throws org.jaxen.saxpath.SAXPathException
endAllNodeStep in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void endAndExpr(boolean create)
throws org.jaxen.saxpath.SAXPathException
endAndExpr in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void endCommentNodeStep()
throws org.jaxen.saxpath.SAXPathException
endCommentNodeStep in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void endEqualityExpr(int op)
throws org.jaxen.saxpath.SAXPathException
endEqualityExpr in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void endFilterExpr()
throws org.jaxen.saxpath.SAXPathException
endFilterExpr in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void endFunction()
throws org.jaxen.saxpath.SAXPathException
endFunction in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void endMultiplicativeExpr(int op)
throws org.jaxen.saxpath.SAXPathException
endMultiplicativeExpr in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void endNameStep()
throws org.jaxen.saxpath.SAXPathException
endNameStep in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void endOrExpr(boolean create)
throws org.jaxen.saxpath.SAXPathException
endOrExpr in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void endPathExpr()
throws org.jaxen.saxpath.SAXPathException
endPathExpr in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void endPredicate()
throws org.jaxen.saxpath.SAXPathException
endPredicate in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void endProcessingInstructionNodeStep()
throws org.jaxen.saxpath.SAXPathException
endProcessingInstructionNodeStep in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void endRelationalExpr(int op)
throws org.jaxen.saxpath.SAXPathException
endRelationalExpr in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void endRelativeLocationPath()
throws org.jaxen.saxpath.SAXPathException
endRelativeLocationPath in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void endTextNodeStep()
throws org.jaxen.saxpath.SAXPathException
endTextNodeStep in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void endUnaryExpr(int op)
throws org.jaxen.saxpath.SAXPathException
endUnaryExpr in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void endUnionExpr(boolean create)
throws org.jaxen.saxpath.SAXPathException
endUnionExpr in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void endXPath()
throws org.jaxen.saxpath.SAXPathException
endXPath in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void literal(java.lang.String arg0)
throws org.jaxen.saxpath.SAXPathException
literal in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void number(double arg0)
throws org.jaxen.saxpath.SAXPathException
number in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void number(int arg0)
throws org.jaxen.saxpath.SAXPathException
number in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void startAbsoluteLocationPath()
throws org.jaxen.saxpath.SAXPathException
startAbsoluteLocationPath in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void startAdditiveExpr()
throws org.jaxen.saxpath.SAXPathException
startAdditiveExpr in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void startAllNodeStep(int axis)
throws org.jaxen.saxpath.SAXPathException
startAllNodeStep in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void startAndExpr()
throws org.jaxen.saxpath.SAXPathException
startAndExpr in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void startCommentNodeStep(int arg0)
throws org.jaxen.saxpath.SAXPathException
startCommentNodeStep in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void startEqualityExpr()
throws org.jaxen.saxpath.SAXPathException
startEqualityExpr in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void startFilterExpr()
throws org.jaxen.saxpath.SAXPathException
startFilterExpr in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void startFunction(java.lang.String arg0,
java.lang.String arg1)
throws org.jaxen.saxpath.SAXPathException
startFunction in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void startMultiplicativeExpr()
throws org.jaxen.saxpath.SAXPathException
startMultiplicativeExpr in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void startNameStep(int axis,
java.lang.String nameSpace,
java.lang.String localName)
throws org.jaxen.saxpath.SAXPathException
startNameStep in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void startOrExpr()
throws org.jaxen.saxpath.SAXPathException
startOrExpr in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void startPathExpr()
throws org.jaxen.saxpath.SAXPathException
startPathExpr in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void startPredicate()
throws org.jaxen.saxpath.SAXPathException
startPredicate in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void startProcessingInstructionNodeStep(int arg0,
java.lang.String arg1)
throws org.jaxen.saxpath.SAXPathException
startProcessingInstructionNodeStep in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void startRelationalExpr()
throws org.jaxen.saxpath.SAXPathException
startRelationalExpr in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void startRelativeLocationPath()
throws org.jaxen.saxpath.SAXPathException
startRelativeLocationPath in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void startTextNodeStep(int arg0)
throws org.jaxen.saxpath.SAXPathException
startTextNodeStep in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void startUnaryExpr()
throws org.jaxen.saxpath.SAXPathException
startUnaryExpr in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void startUnionExpr()
throws org.jaxen.saxpath.SAXPathException
startUnionExpr in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void startXPath()
throws org.jaxen.saxpath.SAXPathException
startXPath in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void variableReference(java.lang.String uri,
java.lang.String localName)
throws org.jaxen.saxpath.SAXPathException
variableReference in interface org.jaxen.saxpath.XPathHandlerorg.jaxen.saxpath.SAXPathExceptionpublic void setNamespacePrefixResolver(NamespacePrefixResolver namespacePrefixResolver)
namespacePrefixResolver - public void setDictionaryService(DictionaryService dictionaryService)
dictionaryService - Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.