com.xmlcalabash.util
Class DebugProcessMatchingNodes
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DebugProcessMatchingNodes
public DebugProcessMatchingNodes()
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