|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.icl.saxon.output.ContentHandlerProxy | +--com.icl.saxon.output.FOPEmitter
FOPEmitter: This class acts as a SAXON output emitter that feeds data into James Tauber's FOP (see http://www.jtauber.com/fop).
Fields inherited from class com.icl.saxon.output.ContentHandlerProxy |
attributes, characterSet, handler, lexicalHandler, namePool, outputDetails, requireWellFormed, writer |
Constructor Summary | |
FOPEmitter()
|
Method Summary | |
void |
endDocument()
End of document processing |
void |
setWriter(java.io.Writer writer)
Set the Writer to be used. |
void |
startDocument()
Start of document processing |
Methods inherited from class com.icl.saxon.output.ContentHandlerProxy |
characters, comment, endElement, ignorableWhitespace, processingInstruction, setCharacterSet, setDocumentLocator, setEscaping, setIndenting, setLexicalHandler, setNamePool, setOutputDetails, setRequireWellFormed, setUnderlyingContentHandler, setUnparsedEntity, startElement |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FOPEmitter()
Method Detail |
public void startDocument() throws org.xml.sax.SAXException
startDocument
in class ContentHandlerProxy
public void endDocument() throws org.xml.sax.SAXException
endDocument
in class ContentHandlerProxy
public void setWriter(java.io.Writer writer)
setWriter
in class ContentHandlerProxy
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |