org.alfresco.repo.search.impl.lucene
Class DebugXPathHandler

java.lang.Object
  extended by org.alfresco.repo.search.impl.lucene.DebugXPathHandler
All Implemented Interfaces:
org.saxpath.XPathHandler

public class DebugXPathHandler
extends java.lang.Object
implements org.saxpath.XPathHandler


Constructor Summary
DebugXPathHandler()
           
 
Method Summary
 void endAbsoluteLocationPath()
           
 void endAdditiveExpr(int arg0)
           
 void endAllNodeStep()
           
 void endAndExpr(boolean arg0)
           
 void endCommentNodeStep()
           
 void endEqualityExpr(int arg0)
           
 void endFilterExpr()
           
 void endFunction()
           
 void endMultiplicativeExpr(int arg0)
           
 void endNameStep()
           
 void endOrExpr(boolean arg0)
           
 void endPathExpr()
           
 void endPredicate()
           
 void endProcessingInstructionNodeStep()
           
 void endRelationalExpr(int arg0)
           
 void endRelativeLocationPath()
           
 void endTextNodeStep()
           
 void endUnaryExpr(int arg0)
           
 void endUnionExpr(boolean arg0)
           
 void endXPath()
           
 void literal(java.lang.String arg0)
           
static void main(java.lang.String[] args)
           
 void number(double arg0)
           
 void number(int arg0)
           
 void startAbsoluteLocationPath()
           
 void startAdditiveExpr()
           
 void startAllNodeStep(int arg0)
           
 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 arg0, java.lang.String arg1, java.lang.String arg2)
           
 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 arg0, java.lang.String arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugXPathHandler

public DebugXPathHandler()
Method Detail

endAbsoluteLocationPath

public void endAbsoluteLocationPath()
                             throws org.saxpath.SAXPathException
Specified by:
endAbsoluteLocationPath in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

endAdditiveExpr

public void endAdditiveExpr(int arg0)
                     throws org.saxpath.SAXPathException
Specified by:
endAdditiveExpr in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

endAllNodeStep

public void endAllNodeStep()
                    throws org.saxpath.SAXPathException
Specified by:
endAllNodeStep in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

endAndExpr

public void endAndExpr(boolean arg0)
                throws org.saxpath.SAXPathException
Specified by:
endAndExpr in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

endCommentNodeStep

public void endCommentNodeStep()
                        throws org.saxpath.SAXPathException
Specified by:
endCommentNodeStep in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

endEqualityExpr

public void endEqualityExpr(int arg0)
                     throws org.saxpath.SAXPathException
Specified by:
endEqualityExpr in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

endFilterExpr

public void endFilterExpr()
                   throws org.saxpath.SAXPathException
Specified by:
endFilterExpr in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

endFunction

public void endFunction()
                 throws org.saxpath.SAXPathException
Specified by:
endFunction in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

endMultiplicativeExpr

public void endMultiplicativeExpr(int arg0)
                           throws org.saxpath.SAXPathException
Specified by:
endMultiplicativeExpr in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

endNameStep

public void endNameStep()
                 throws org.saxpath.SAXPathException
Specified by:
endNameStep in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

endOrExpr

public void endOrExpr(boolean arg0)
               throws org.saxpath.SAXPathException
Specified by:
endOrExpr in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

endPathExpr

public void endPathExpr()
                 throws org.saxpath.SAXPathException
Specified by:
endPathExpr in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

endPredicate

public void endPredicate()
                  throws org.saxpath.SAXPathException
Specified by:
endPredicate in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

endProcessingInstructionNodeStep

public void endProcessingInstructionNodeStep()
                                      throws org.saxpath.SAXPathException
Specified by:
endProcessingInstructionNodeStep in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

endRelationalExpr

public void endRelationalExpr(int arg0)
                       throws org.saxpath.SAXPathException
Specified by:
endRelationalExpr in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

endRelativeLocationPath

public void endRelativeLocationPath()
                             throws org.saxpath.SAXPathException
Specified by:
endRelativeLocationPath in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

endTextNodeStep

public void endTextNodeStep()
                     throws org.saxpath.SAXPathException
Specified by:
endTextNodeStep in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

endUnaryExpr

public void endUnaryExpr(int arg0)
                  throws org.saxpath.SAXPathException
Specified by:
endUnaryExpr in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

endUnionExpr

public void endUnionExpr(boolean arg0)
                  throws org.saxpath.SAXPathException
Specified by:
endUnionExpr in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

endXPath

public void endXPath()
              throws org.saxpath.SAXPathException
Specified by:
endXPath in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

literal

public void literal(java.lang.String arg0)
             throws org.saxpath.SAXPathException
Specified by:
literal in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

number

public void number(double arg0)
            throws org.saxpath.SAXPathException
Specified by:
number in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

number

public void number(int arg0)
            throws org.saxpath.SAXPathException
Specified by:
number in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

startAbsoluteLocationPath

public void startAbsoluteLocationPath()
                               throws org.saxpath.SAXPathException
Specified by:
startAbsoluteLocationPath in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

startAdditiveExpr

public void startAdditiveExpr()
                       throws org.saxpath.SAXPathException
Specified by:
startAdditiveExpr in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

startAllNodeStep

public void startAllNodeStep(int arg0)
                      throws org.saxpath.SAXPathException
Specified by:
startAllNodeStep in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

startAndExpr

public void startAndExpr()
                  throws org.saxpath.SAXPathException
Specified by:
startAndExpr in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

startCommentNodeStep

public void startCommentNodeStep(int arg0)
                          throws org.saxpath.SAXPathException
Specified by:
startCommentNodeStep in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

startEqualityExpr

public void startEqualityExpr()
                       throws org.saxpath.SAXPathException
Specified by:
startEqualityExpr in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

startFilterExpr

public void startFilterExpr()
                     throws org.saxpath.SAXPathException
Specified by:
startFilterExpr in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

startFunction

public void startFunction(java.lang.String arg0,
                          java.lang.String arg1)
                   throws org.saxpath.SAXPathException
Specified by:
startFunction in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

startMultiplicativeExpr

public void startMultiplicativeExpr()
                             throws org.saxpath.SAXPathException
Specified by:
startMultiplicativeExpr in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

startNameStep

public void startNameStep(int arg0,
                          java.lang.String arg1,
                          java.lang.String arg2)
                   throws org.saxpath.SAXPathException
Specified by:
startNameStep in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

startOrExpr

public void startOrExpr()
                 throws org.saxpath.SAXPathException
Specified by:
startOrExpr in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

startPathExpr

public void startPathExpr()
                   throws org.saxpath.SAXPathException
Specified by:
startPathExpr in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

startPredicate

public void startPredicate()
                    throws org.saxpath.SAXPathException
Specified by:
startPredicate in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

startProcessingInstructionNodeStep

public void startProcessingInstructionNodeStep(int arg0,
                                               java.lang.String arg1)
                                        throws org.saxpath.SAXPathException
Specified by:
startProcessingInstructionNodeStep in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

startRelationalExpr

public void startRelationalExpr()
                         throws org.saxpath.SAXPathException
Specified by:
startRelationalExpr in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

startRelativeLocationPath

public void startRelativeLocationPath()
                               throws org.saxpath.SAXPathException
Specified by:
startRelativeLocationPath in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

startTextNodeStep

public void startTextNodeStep(int arg0)
                       throws org.saxpath.SAXPathException
Specified by:
startTextNodeStep in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

startUnaryExpr

public void startUnaryExpr()
                    throws org.saxpath.SAXPathException
Specified by:
startUnaryExpr in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

startUnionExpr

public void startUnionExpr()
                    throws org.saxpath.SAXPathException
Specified by:
startUnionExpr in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

startXPath

public void startXPath()
                throws org.saxpath.SAXPathException
Specified by:
startXPath in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

variableReference

public void variableReference(java.lang.String arg0,
                              java.lang.String arg1)
                       throws org.saxpath.SAXPathException
Specified by:
variableReference in interface org.saxpath.XPathHandler
Throws:
org.saxpath.SAXPathException

main

public static void main(java.lang.String[] args)
                 throws org.saxpath.SAXPathException
Parameters:
args -
Throws:
org.saxpath.SAXPathException


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.