|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xml.sax.helpers.XMLFilterImpl
org.xmlecho.palomar.core.ECHORequestReaderAdapter
org.xmlecho.palomar.core.NullDocEventXMLFilter
provides a SAX 2 XMLReader interface on top of an ECHO Request element, while filtering out start/end document events
| Constructor Summary | |
NullDocEventXMLFilter(ECHOContext ctxt,
ECHORequest req)
|
|
| Method Summary | |
void |
endDocument()
does not propogate the SAX endDocument event to the downstream consumer |
void |
startDocument()
does not propogate the SAX startDocument event to the downstream consumer |
| Methods inherited from class org.xmlecho.palomar.core.ECHORequestReaderAdapter |
getSendDocEvents, parse, setFeature, setSendDocEvents |
| Methods inherited from class org.xml.sax.helpers.XMLFilterImpl |
characters, endElement, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, parse, processingInstruction, resolveEntity, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setParent, setProperty, skippedEntity, startElement, startPrefixMapping, unparsedEntityDecl, warning |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NullDocEventXMLFilter(ECHOContext ctxt,
ECHORequest req)
| Method Detail |
public void startDocument()
public void endDocument()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||