com.xmlcalabash.util
Class DebugProcessMatchingNodes

java.lang.Object
  extended by com.xmlcalabash.util.DebugProcessMatchingNodes
All Implemented Interfaces:
ProcessMatchingNodes

public class DebugProcessMatchingNodes
extends java.lang.Object
implements ProcessMatchingNodes

Created by IntelliJ IDEA. User: ndw Date: Apr 18, 2008 Time: 10:22:16 AM To change this template use File | Settings | File Templates.


Constructor Summary
DebugProcessMatchingNodes()
           
 
Method Summary
 void processAttribute(net.sf.saxon.s9api.XdmNode node)
           
 void processComment(net.sf.saxon.s9api.XdmNode node)
           
 void processEndDocument(net.sf.saxon.s9api.XdmNode node)
           
 void processEndElement(net.sf.saxon.s9api.XdmNode node)
           
 void processPI(net.sf.saxon.s9api.XdmNode node)
           
 boolean processStartDocument(net.sf.saxon.s9api.XdmNode node)
           
 boolean processStartElement(net.sf.saxon.s9api.XdmNode node)
           
 void processText(net.sf.saxon.s9api.XdmNode node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugProcessMatchingNodes

public DebugProcessMatchingNodes()
Method Detail

processStartDocument

public boolean processStartDocument(net.sf.saxon.s9api.XdmNode node)
                             throws net.sf.saxon.s9api.SaxonApiException
Specified by:
processStartDocument in interface ProcessMatchingNodes
Throws:
net.sf.saxon.s9api.SaxonApiException

processEndDocument

public void processEndDocument(net.sf.saxon.s9api.XdmNode node)
                        throws net.sf.saxon.s9api.SaxonApiException
Specified by:
processEndDocument in interface ProcessMatchingNodes
Throws:
net.sf.saxon.s9api.SaxonApiException

processStartElement

public boolean processStartElement(net.sf.saxon.s9api.XdmNode node)
                            throws net.sf.saxon.s9api.SaxonApiException
Specified by:
processStartElement in interface ProcessMatchingNodes
Throws:
net.sf.saxon.s9api.SaxonApiException

processEndElement

public void processEndElement(net.sf.saxon.s9api.XdmNode node)
                       throws net.sf.saxon.s9api.SaxonApiException
Specified by:
processEndElement in interface ProcessMatchingNodes
Throws:
net.sf.saxon.s9api.SaxonApiException

processText

public void processText(net.sf.saxon.s9api.XdmNode node)
                 throws net.sf.saxon.s9api.SaxonApiException
Specified by:
processText in interface ProcessMatchingNodes
Throws:
net.sf.saxon.s9api.SaxonApiException

processComment

public void processComment(net.sf.saxon.s9api.XdmNode node)
                    throws net.sf.saxon.s9api.SaxonApiException
Specified by:
processComment in interface ProcessMatchingNodes
Throws:
net.sf.saxon.s9api.SaxonApiException

processPI

public void processPI(net.sf.saxon.s9api.XdmNode node)
               throws net.sf.saxon.s9api.SaxonApiException
Specified by:
processPI in interface ProcessMatchingNodes
Throws:
net.sf.saxon.s9api.SaxonApiException

processAttribute

public void processAttribute(net.sf.saxon.s9api.XdmNode node)
                      throws net.sf.saxon.s9api.SaxonApiException
Specified by:
processAttribute in interface ProcessMatchingNodes
Throws:
net.sf.saxon.s9api.SaxonApiException