|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.xml.sax.InputSource | +--org.apache.fop.tools.DocumentInputSource
This is an InputSource to be used with DocumentReader.
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 |
public DocumentInputSource()
public DocumentInputSource(org.w3c.dom.Document document)
Method Detail |
public org.w3c.dom.Document getDocument()
public void setDocument(org.w3c.dom.Document document)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |