org.apache.fop.tools
Class DocumentInputSource

java.lang.Object
  extended by org.xml.sax.InputSource
      extended by org.apache.fop.tools.DocumentInputSource

public class DocumentInputSource
extends InputSource

This is an InputSource to be used with DocumentReader.

Author:
Kelly A Campbell

Constructor Summary
DocumentInputSource()
           
DocumentInputSource(Document document)
           
 
Method Summary
 Document getDocument()
           
 void setDocument(Document document)
           
 
Methods inherited from class org.xml.sax.InputSource
getByteStream, getCharacterStream, getEncoding, getPublicId, getSystemId, setByteStream, setCharacterStream, setEncoding, setPublicId, setSystemId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentInputSource

public DocumentInputSource()

DocumentInputSource

public DocumentInputSource(Document document)
Method Detail

getDocument

public Document getDocument()

setDocument

public void setDocument(Document document)


Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.