|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.apps.InputHandler | +--org.apache.fop.apps.XSLTInputHandler
XSLTInputHandler basically takes an xmlfile and transforms it with an xsltfile and the resulting xsl:fo document is input for Fop.
Constructor Summary | |
XSLTInputHandler(java.io.File xmlfile,
java.io.File xsltfile)
|
Method Summary | |
org.xml.sax.InputSource |
getInputSource()
overwrites the method of the super class to return the xmlfile |
org.xml.sax.XMLReader |
getParser()
This looks to see if the Trax api is supported and uses that to get an XMLFilter. |
Methods inherited from class org.apache.fop.apps.InputHandler |
createParser, fileInputSource, urlInputSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XSLTInputHandler(java.io.File xmlfile, java.io.File xsltfile)
Method Detail |
public org.xml.sax.InputSource getInputSource()
getInputSource
in class InputHandler
public org.xml.sax.XMLReader getParser() throws FOPException
getParser
in class InputHandler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |