|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.pdfbox.pdmodel.interactive.form.PDXFA
public class PDXFA
This class represents an XML Forms Architecture Data packet.
| Constructor Summary | |
|---|---|
PDXFA(COSBase xfaBase)
Constructor. |
|
| Method Summary | |
|---|---|
byte[] |
getBytes()
Get the XFA content as byte array. |
COSBase |
getCOSObject()
Convert this standard java object to a COS object. |
Document |
getDocument()
Get the XFA content as W3C document. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PDXFA(COSBase xfaBase)
xfaBase - The xfa resource.| Method Detail |
|---|
public COSBase getCOSObject()
getCOSObject in interface COSObjectable
public byte[] getBytes()
throws IOException
IOException
public Document getDocument()
throws ParserConfigurationException,
SAXException,
IOException
ParserConfigurationException - parser exception.
SAXException - parser exception.
IOException - if something went wrong when reading the XFA content.getBytes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||