Method Summary |
|
public String | findDatasetsName(String name) Finds the complete SOM name contained in the datasets section from a
possibly partial name. |
public Node | findDatasetsNode(String name) Finds the Node contained in the datasets section from a
possibly partial name. |
public String | findFieldName(String name, AcroFields af) Finds the complete field name contained in the "classic" forms from a partial
name. |
public AcroFieldsSearch | getAcroFieldsSom() Gets the class that contains the "classic" fields processing. |
public Node | getDatasetsNode() Gets the Node that corresponds to the datasets part. |
public Xml2SomDatasets | getDatasetsSom() Gets the class that contains the datasets processing section of the XFA. |
public org.w3c.dom.Document | getDomDocument() Gets the top level DOM document. |
public static String | getNodeText(Node n) Gets all the text contained in the child nodes of this node. |
public PdfReader | getReader() Gets the PdfReader used by this instance. |
public Xml2SomTemplate | getTemplateSom() Gets the class that contains the template processing section of the XFA. |
public boolean | isChanged() Checks if this XFA form was changed. |
public boolean | isXfaPresent() Returns true if it is a XFA form. |
public static byte[] | serializeDoc(Node n) Serializes a XML document to a byte array. |
public void | setAcroFieldsSom(AcroFieldsSearch acroFieldsSom) Sets the class that contains the "classic" fields processing. |
public void | setChanged(boolean changed) Sets the changed status of this XFA instance. |
public void | setDatasetsSom(Xml2SomDatasets datasetsSom) Sets the class that contains the datasets processing section of the XFA. |
public void | setDomDocument(org.w3c.dom.Document domDocument) Sets the top DOM document. |
public void | setNodeText(Node n, String text) Sets the text of this node. |
public void | setReader(PdfReader reader) Sets the PdfReader to be used by this instance. |
public void | setTemplateSom(Xml2SomTemplate templateSom) |
public static void | setXfa(byte[] xfaData, PdfReader reader, PdfWriter writer) Sets the XFA key from a byte array. |
public void | setXfa(PdfWriter writer) Sets the XFA key from the instance data. |
public void | setXfaPresent(boolean xfaPresent) Sets the XFA form flag signaling that this is a valid XFA form. |