Class DebugXPathHandler
- java.lang.Object
-
- org.alfresco.repo.search.impl.lucene.DebugXPathHandler
-
- All Implemented Interfaces:
org.jaxen.saxpath.XPathHandler
public class DebugXPathHandler extends java.lang.Object implements org.jaxen.saxpath.XPathHandler
-
-
Constructor Summary
Constructors Constructor Description DebugXPathHandler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidendAbsoluteLocationPath()voidendAdditiveExpr(int arg0)voidendAllNodeStep()voidendAndExpr(boolean arg0)voidendCommentNodeStep()voidendEqualityExpr(int arg0)voidendFilterExpr()voidendFunction()voidendMultiplicativeExpr(int arg0)voidendNameStep()voidendOrExpr(boolean arg0)voidendPathExpr()voidendPredicate()voidendProcessingInstructionNodeStep()voidendRelationalExpr(int arg0)voidendRelativeLocationPath()voidendTextNodeStep()voidendUnaryExpr(int arg0)voidendUnionExpr(boolean arg0)voidendXPath()voidliteral(java.lang.String arg0)static voidmain(java.lang.String[] args)voidnumber(double arg0)voidnumber(int arg0)voidstartAbsoluteLocationPath()voidstartAdditiveExpr()voidstartAllNodeStep(int arg0)voidstartAndExpr()voidstartCommentNodeStep(int arg0)voidstartEqualityExpr()voidstartFilterExpr()voidstartFunction(java.lang.String arg0, java.lang.String arg1)voidstartMultiplicativeExpr()voidstartNameStep(int arg0, java.lang.String arg1, java.lang.String arg2)voidstartOrExpr()voidstartPathExpr()voidstartPredicate()voidstartProcessingInstructionNodeStep(int arg0, java.lang.String arg1)voidstartRelationalExpr()voidstartRelativeLocationPath()voidstartTextNodeStep(int arg0)voidstartUnaryExpr()voidstartUnionExpr()voidstartXPath()voidvariableReference(java.lang.String arg0, java.lang.String arg1)
-
-
-
Method Detail
-
endAbsoluteLocationPath
public void endAbsoluteLocationPath() throws org.jaxen.saxpath.SAXPathException- Specified by:
endAbsoluteLocationPathin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
endAdditiveExpr
public void endAdditiveExpr(int arg0) throws org.jaxen.saxpath.SAXPathException- Specified by:
endAdditiveExprin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
endAllNodeStep
public void endAllNodeStep() throws org.jaxen.saxpath.SAXPathException- Specified by:
endAllNodeStepin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
endAndExpr
public void endAndExpr(boolean arg0) throws org.jaxen.saxpath.SAXPathException- Specified by:
endAndExprin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
endCommentNodeStep
public void endCommentNodeStep() throws org.jaxen.saxpath.SAXPathException- Specified by:
endCommentNodeStepin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
endEqualityExpr
public void endEqualityExpr(int arg0) throws org.jaxen.saxpath.SAXPathException- Specified by:
endEqualityExprin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
endFilterExpr
public void endFilterExpr() throws org.jaxen.saxpath.SAXPathException- Specified by:
endFilterExprin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
endFunction
public void endFunction() throws org.jaxen.saxpath.SAXPathException- Specified by:
endFunctionin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
endMultiplicativeExpr
public void endMultiplicativeExpr(int arg0) throws org.jaxen.saxpath.SAXPathException- Specified by:
endMultiplicativeExprin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
endNameStep
public void endNameStep() throws org.jaxen.saxpath.SAXPathException- Specified by:
endNameStepin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
endOrExpr
public void endOrExpr(boolean arg0) throws org.jaxen.saxpath.SAXPathException- Specified by:
endOrExprin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
endPathExpr
public void endPathExpr() throws org.jaxen.saxpath.SAXPathException- Specified by:
endPathExprin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
endPredicate
public void endPredicate() throws org.jaxen.saxpath.SAXPathException- Specified by:
endPredicatein interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
endProcessingInstructionNodeStep
public void endProcessingInstructionNodeStep() throws org.jaxen.saxpath.SAXPathException- Specified by:
endProcessingInstructionNodeStepin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
endRelationalExpr
public void endRelationalExpr(int arg0) throws org.jaxen.saxpath.SAXPathException- Specified by:
endRelationalExprin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
endRelativeLocationPath
public void endRelativeLocationPath() throws org.jaxen.saxpath.SAXPathException- Specified by:
endRelativeLocationPathin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
endTextNodeStep
public void endTextNodeStep() throws org.jaxen.saxpath.SAXPathException- Specified by:
endTextNodeStepin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
endUnaryExpr
public void endUnaryExpr(int arg0) throws org.jaxen.saxpath.SAXPathException- Specified by:
endUnaryExprin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
endUnionExpr
public void endUnionExpr(boolean arg0) throws org.jaxen.saxpath.SAXPathException- Specified by:
endUnionExprin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
endXPath
public void endXPath() throws org.jaxen.saxpath.SAXPathException- Specified by:
endXPathin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
literal
public void literal(java.lang.String arg0) throws org.jaxen.saxpath.SAXPathException- Specified by:
literalin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
number
public void number(double arg0) throws org.jaxen.saxpath.SAXPathException- Specified by:
numberin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
number
public void number(int arg0) throws org.jaxen.saxpath.SAXPathException- Specified by:
numberin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
startAbsoluteLocationPath
public void startAbsoluteLocationPath() throws org.jaxen.saxpath.SAXPathException- Specified by:
startAbsoluteLocationPathin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
startAdditiveExpr
public void startAdditiveExpr() throws org.jaxen.saxpath.SAXPathException- Specified by:
startAdditiveExprin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
startAllNodeStep
public void startAllNodeStep(int arg0) throws org.jaxen.saxpath.SAXPathException- Specified by:
startAllNodeStepin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
startAndExpr
public void startAndExpr() throws org.jaxen.saxpath.SAXPathException- Specified by:
startAndExprin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
startCommentNodeStep
public void startCommentNodeStep(int arg0) throws org.jaxen.saxpath.SAXPathException- Specified by:
startCommentNodeStepin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
startEqualityExpr
public void startEqualityExpr() throws org.jaxen.saxpath.SAXPathException- Specified by:
startEqualityExprin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
startFilterExpr
public void startFilterExpr() throws org.jaxen.saxpath.SAXPathException- Specified by:
startFilterExprin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
startFunction
public void startFunction(java.lang.String arg0, java.lang.String arg1) throws org.jaxen.saxpath.SAXPathException- Specified by:
startFunctionin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
startMultiplicativeExpr
public void startMultiplicativeExpr() throws org.jaxen.saxpath.SAXPathException- Specified by:
startMultiplicativeExprin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
startNameStep
public void startNameStep(int arg0, java.lang.String arg1, java.lang.String arg2) throws org.jaxen.saxpath.SAXPathException- Specified by:
startNameStepin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
startOrExpr
public void startOrExpr() throws org.jaxen.saxpath.SAXPathException- Specified by:
startOrExprin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
startPathExpr
public void startPathExpr() throws org.jaxen.saxpath.SAXPathException- Specified by:
startPathExprin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
startPredicate
public void startPredicate() throws org.jaxen.saxpath.SAXPathException- Specified by:
startPredicatein interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
startProcessingInstructionNodeStep
public void startProcessingInstructionNodeStep(int arg0, java.lang.String arg1) throws org.jaxen.saxpath.SAXPathException- Specified by:
startProcessingInstructionNodeStepin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
startRelationalExpr
public void startRelationalExpr() throws org.jaxen.saxpath.SAXPathException- Specified by:
startRelationalExprin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
startRelativeLocationPath
public void startRelativeLocationPath() throws org.jaxen.saxpath.SAXPathException- Specified by:
startRelativeLocationPathin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
startTextNodeStep
public void startTextNodeStep(int arg0) throws org.jaxen.saxpath.SAXPathException- Specified by:
startTextNodeStepin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
startUnaryExpr
public void startUnaryExpr() throws org.jaxen.saxpath.SAXPathException- Specified by:
startUnaryExprin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
startUnionExpr
public void startUnionExpr() throws org.jaxen.saxpath.SAXPathException- Specified by:
startUnionExprin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
startXPath
public void startXPath() throws org.jaxen.saxpath.SAXPathException- Specified by:
startXPathin interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
variableReference
public void variableReference(java.lang.String arg0, java.lang.String arg1) throws org.jaxen.saxpath.SAXPathException- Specified by:
variableReferencein interfaceorg.jaxen.saxpath.XPathHandler- Throws:
org.jaxen.saxpath.SAXPathException
-
main
public static void main(java.lang.String[] args) throws org.jaxen.saxpath.SAXPathException- Parameters:
args- String[]- Throws:
org.jaxen.saxpath.SAXPathException
-
-