|
||||||||||
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. |
org.w3c.dom.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 java.io.IOException
java.io.IOException
public org.w3c.dom.Document getDocument() throws javax.xml.parsers.ParserConfigurationException, org.xml.sax.SAXException, java.io.IOException
javax.xml.parsers.ParserConfigurationException
- parser exception.
org.xml.sax.SAXException
- parser exception.
java.io.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 |