|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.oroad.stxx.util.AbstractSAXFilter
com.oroad.stxx.util.NoDocumentFilter
Swallows the document events during an export of a JDOM document.
Field Summary |
Fields inherited from class com.oroad.stxx.util.AbstractSAXFilter |
contentHandler, lexicalHandler |
Constructor Summary | |
NoDocumentFilter(XMLConsumer handler)
Constructor for the JDOMElementOutputter object |
Method Summary | |
void |
endDocument()
Overrides to take no action |
void |
startDocument()
Overrides to take no action |
Methods inherited from class com.oroad.stxx.util.AbstractSAXFilter |
characters, comment, endCDATA, endDTD, endElement, endEntity, endPrefixMapping, ignorableWhitespace, processingInstruction, setContentHandler, setDocumentLocator, setLexicalHandler, skippedEntity, startCDATA, startDTD, startElement, startEntity, startPrefixMapping |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NoDocumentFilter(XMLConsumer handler)
handler
- The handler to forward events toMethod Detail |
public void startDocument() throws org.xml.sax.SAXException
startDocument
in interface org.xml.sax.ContentHandler
startDocument
in class AbstractSAXFilter
org.xml.sax.SAXException
- If something goes wrongpublic void endDocument() throws org.xml.sax.SAXException
endDocument
in interface org.xml.sax.ContentHandler
endDocument
in class AbstractSAXFilter
org.xml.sax.SAXException
- If something goes wrong
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |