com.oroad.stxx.util
Interface XMLConsumer

All Superinterfaces:
org.xml.sax.ContentHandler, org.xml.sax.ext.LexicalHandler
All Known Implementing Classes:
AbstractSAXFilter, XMLConsumerWrapper

public interface XMLConsumer
extends org.xml.sax.ContentHandler, org.xml.sax.ext.LexicalHandler

This conviently combines the content and lexical handler interfaces.


Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 
Methods inherited from interface org.xml.sax.ext.LexicalHandler
comment, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntity