org.apache.fop.tools
Class DocumentInputSource
java.lang.Object
org.xml.sax.InputSource
org.apache.fop.tools.DocumentInputSource
- public class DocumentInputSource
- extends InputSource
This is an InputSource to be used with DocumentReader.
- Author:
- Kelly A Campbell
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentInputSource
public DocumentInputSource()
DocumentInputSource
public DocumentInputSource(Document document)
getDocument
public Document getDocument()
setDocument
public void setDocument(Document document)
Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.