|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.apps.InputHandler
Constructor Summary | |
InputHandler()
|
Method Summary | |
protected static org.xml.sax.XMLReader |
createParser()
creates a SAX parser |
static org.xml.sax.InputSource |
fileInputSource(java.io.File file)
create an InputSource from a File |
abstract org.xml.sax.InputSource |
getInputSource()
|
abstract org.xml.sax.XMLReader |
getParser()
|
static org.xml.sax.InputSource |
urlInputSource(java.net.URL url)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InputHandler()
Method Detail |
public abstract org.xml.sax.InputSource getInputSource()
public abstract org.xml.sax.XMLReader getParser() throws FOPException
public static org.xml.sax.InputSource urlInputSource(java.net.URL url)
public static org.xml.sax.InputSource fileInputSource(java.io.File file)
file
- the Fileprotected static org.xml.sax.XMLReader createParser() throws FOPException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |