com.jclark.xsl.sax2
Interface SAXTwoOMBuilder

All Superinterfaces:
CommentHandler, org.xml.sax.ContentHandler, org.xml.sax.DTDHandler
All Known Implementing Classes:
SAXTwoOMBuilderImpl

public interface SAXTwoOMBuilder
extends org.xml.sax.ContentHandler, CommentHandler, org.xml.sax.DTDHandler

constructs an (XT) object model from SAX2 events


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

Method Detail

getRootNode

Node getRootNode()
Returns:
the root node of the constructed model