|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.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(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 IOException,
org.dom4j.DocumentException
resource - the XFA resource
IOException
org.dom4j.DocumentException| Method Detail |
|---|
public org.dom4j.Document getXfaDocument()
public void writeTo(OutputStream os)
throws IOException
writeTo in interface OutputStreamResourceos - the OutputStream to which the XML is written.
IOException - usual exception when there's a problem writing to an OutputStreamOutputStreamResource.writeTo(java.io.OutputStream)
|
Hosted by Hostbasket | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||