com.icl.saxon.fop
Class FOPEmitter
- Locator, Result
FOPEmitter: This class acts as a SAXON output emitter that feeds data into Apache
FOP (see http://xml.apache.org/fop).
March 2001: repackaged into a new package, com.icl.saxon.fop, and excluded from the
JAR file, to avoid problems with external references. The class is now loaded
dynamically when required.
Sept 2001: changed to cope with the latest FOP API changes in FOP 0.20.1
void | endDocument() - End of document processing
|
void | startDocument() - Start of document processing
|
boolean | usesWriter() - Determine whether the Emitter wants a Writer for character output or
an OutputStream for binary output: FOPEmitter wants an OutputStream
|
characters , comment , endDocument , endElement , getColumnNumber , getLineNumber , getPublicId , notifyNotWellFormed , processingInstruction , setDocumentLocator , setEscaping , setLexicalHandler , setRequireWellFormed , setUnderlyingContentHandler , startDocument , startElement |
characters , comment , endDocument , endElement , getNamePool , getOutputProperties , getOutputStream , getSystemId , getWriter , makeEmitter , processingInstruction , setDocumentLocator , setEscaping , setNamePool , setOutputProperties , setOutputStream , setSystemId , setUnparsedEntity , setWriter , startDocument , startElement , usesWriter |
FOP_CONFIGURATION
public static String FOP_CONFIGURATION
FOP_RENDERER
public static String FOP_RENDERER
endDocument
public void endDocument()
throws TransformerException
End of document processing
- endDocument in interface ContentHandlerProxy
startDocument
public void startDocument()
throws TransformerException
Start of document processing
- startDocument in interface ContentHandlerProxy
usesWriter
public boolean usesWriter()
Determine whether the Emitter wants a Writer for character output or
an OutputStream for binary output: FOPEmitter wants an OutputStream
- usesWriter in interface Emitter