|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.lowagie.rups.model.XfaFile
public class XfaFile
Class that deals with the XFA file that can be inside a PDF file.
Field Summary | |
---|---|
protected org.dom4j.Document |
xfaDocument
The X4J Document object (XML). |
Constructor Summary | |
---|---|
XfaFile(OutputStreamResource resource)
Constructs an XFA file from an OutputStreamResource. |
Method Summary | |
---|---|
org.dom4j.Document |
getXfaDocument()
Getter for the XFA Document object. |
void |
writeTo(java.io.OutputStream os)
Writes a formatted XML file to the OutputStream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected org.dom4j.Document xfaDocument
Constructor Detail |
---|
public XfaFile(OutputStreamResource resource) throws java.io.IOException, org.dom4j.DocumentException
resource
- the XFA resource
java.io.IOException
org.dom4j.DocumentException
Method Detail |
---|
public org.dom4j.Document getXfaDocument()
public void writeTo(java.io.OutputStream os) throws java.io.IOException
writeTo
in interface OutputStreamResource
os
- the OutputStream to which the XML is written.
java.io.IOException
- usual exception when there's a problem writing to an OutputStreamOutputStreamResource.writeTo(java.io.OutputStream)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |