com.lowagie.rups.model
public class XfaFile extends Object implements OutputStreamResource
Field Summary | |
---|---|
protected Document | xfaDocument The X4J Document object (XML). |
Constructor Summary | |
---|---|
XfaFile(OutputStreamResource resource)
Constructs an XFA file from an OutputStreamResource.
|
Method Summary | |
---|---|
Document | getXfaDocument()
Getter for the XFA Document object. |
void | writeTo(OutputStream os)
Writes a formatted XML file to the OutputStream. |
Parameters: resource the XFA resource
Throws: IOException DocumentException
Returns: a Document object (X4J)
See Also: writeTo