|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.intermediate.AbstractIFDocumentHandler
org.apache.fop.render.intermediate.AbstractXMLWritingIFDocumentHandler
public abstract class AbstractXMLWritingIFDocumentHandler
Abstract base class for XML-writing IFDocumentHandler
implementations.
Field Summary | |
---|---|
protected GenerationHelperContentHandler |
handler
Main SAX ContentHandler to receive the generated SAX events. |
protected javax.xml.transform.sax.SAXTransformerFactory |
tFactory
Default SAXTransformerFactory that can be used by subclasses. |
Constructor Summary | |
---|---|
protected |
AbstractXMLWritingIFDocumentHandler(IFContext context)
|
Method Summary | |
---|---|
protected org.xml.sax.ContentHandler |
createContentHandler(javax.xml.transform.Result result)
Creates a ContentHandler for the given JAXP Result instance. |
protected abstract java.lang.String |
getMainNamespace()
Returns the main namespace used for generated XML content. |
void |
setResult(javax.xml.transform.Result result)
Sets the JAXP Result object to receive the generated content. |
Methods inherited from class org.apache.fop.render.intermediate.AbstractIFDocumentHandler |
---|
endDocumentHeader, endDocumentTrailer, endPageHeader, endPageTrailer, getContext, getDocumentNavigationHandler, getStructureTreeEventHandler, getUserAgent, setDocumentLocale, startDocument, startDocumentHeader, startDocumentTrailer, startPageHeader, startPageTrailer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.fop.render.intermediate.IFDocumentHandler |
---|
endDocument, endPage, endPageContent, endPageSequence, getConfigurator, getFontInfo, getMimeType, handleExtensionObject, setDefaultFontInfo, setFontInfo, startPage, startPageContent, startPageSequence, supportsPagesOutOfOrder |
Field Detail |
---|
protected javax.xml.transform.sax.SAXTransformerFactory tFactory
protected GenerationHelperContentHandler handler
Constructor Detail |
---|
protected AbstractXMLWritingIFDocumentHandler(IFContext context)
Method Detail |
---|
public void setResult(javax.xml.transform.Result result) throws IFException
result
- the JAXP Result object to receive the generated content
IFException
- if an error occurs setting up the outputprotected abstract java.lang.String getMainNamespace()
protected org.xml.sax.ContentHandler createContentHandler(javax.xml.transform.Result result) throws IFException
result
- the JAXP Result instance
IFException
- if an error occurs setting up the output
|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |