org.apache.fop.tools
Class DocumentInputSource

java.lang.Object
  |
  +--org.xml.sax.InputSource
        |
        +--org.apache.fop.tools.DocumentInputSource

public class DocumentInputSource
extends org.xml.sax.InputSource

This is an InputSource to be used with DocumentReader.

Author:
Kelly A Campbell

Constructor Summary
DocumentInputSource()
           
DocumentInputSource(org.w3c.dom.Document document)
           
 
Method Summary
 org.w3c.dom.Document getDocument()
           
 void setDocument(org.w3c.dom.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(org.w3c.dom.Document document)
Method Detail

getDocument

public org.w3c.dom.Document getDocument()

setDocument

public void setDocument(org.w3c.dom.Document document)


Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.