Package com.lowagie.text.pdf
Class XfaForm.Xml2SomDatasets
java.lang.Object
com.lowagie.text.pdf.XfaForm.Xml2Som
com.lowagie.text.pdf.XfaForm.Xml2SomDatasets
- Enclosing class:
XfaForm
Processes the datasets section in the XFA form.
-
Field Summary
Fields inherited from class com.lowagie.text.pdf.XfaForm.Xml2Som
anform, inverseSearch, name2Node, order, stack -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninsertNode(Node n, String shortName) Inserts a newNodethat will match the short name.Methods inherited from class com.lowagie.text.pdf.XfaForm.Xml2Som
addSomNameToSearchNodeChain, escapeSom, getInverseSearch, getInverseSearchData, getName2Node, getNamesOrder, getNodesByName, getOrder, getShortName, inverseSearch, inverseSearchAdd, inverseSearchAdd, inverseSearchGlobal, printStack, setInverseSearch, setInverseSearchData, setName2Node, setNamesOrder, setNodesByName, setOrder, splitParts, unescapeSom
-
Constructor Details
-
Xml2SomDatasets
Creates a new instance from the datasets node. This expects not the datasets but the data node that comes below.- Parameters:
n- the datasets node
-
-
Method Details
-
insertNode
Inserts a newNodethat will match the short name.- Parameters:
n- the datasets topNodeshortName- the short name- Returns:
- the new
Nodeof the inserted name
-