com.jclark.xsl.sax
Interface XMLProcessorImpl.Builder

All Superinterfaces:
CommentHandler, org.xml.sax.DocumentHandler, org.xml.sax.DTDHandler
Enclosing class:
XMLProcessorImpl

public static interface XMLProcessorImpl.Builder
extends org.xml.sax.DocumentHandler, CommentHandler, org.xml.sax.DTDHandler


Method Summary
 Node getRootNode()
           
 
Methods inherited from interface org.xml.sax.DocumentHandler
characters, endDocument, endElement, ignorableWhitespace, processingInstruction, setDocumentLocator, startDocument, startElement
 
Methods inherited from interface com.jclark.xsl.sax.CommentHandler
comment
 
Methods inherited from interface org.xml.sax.DTDHandler
notationDecl, unparsedEntityDecl
 

Method Detail

getRootNode

public Node getRootNode()