|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.util.DelegatingContentHandler
org.apache.fop.render.intermediate.DelegatingFragmentContentHandler
public class DelegatingFragmentContentHandler
This class is a DelegatingContentHandler
subclass which swallows the
startDocument()
and endDocument()
methods. This is useful for handling
XML fragments.
Constructor Summary | |
---|---|
DelegatingFragmentContentHandler(org.xml.sax.ContentHandler delegate)
Main constructor |
Method Summary | |
---|---|
void |
endDocument()
|
void |
startDocument()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DelegatingFragmentContentHandler(org.xml.sax.ContentHandler delegate)
delegate
- the content handler to delegate the SAX events toMethod Detail |
---|
public void startDocument() throws org.xml.sax.SAXException
startDocument
in interface org.xml.sax.ContentHandler
startDocument
in class DelegatingContentHandler
org.xml.sax.SAXException
public void endDocument() throws org.xml.sax.SAXException
endDocument
in interface org.xml.sax.ContentHandler
endDocument
in class DelegatingContentHandler
org.xml.sax.SAXException
|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |