- java.lang.Object
-
- com.lowagie.text.pdf.XfaForm.Xml2Som
-
- com.lowagie.text.pdf.XfaForm.Xml2SomDatasets
-
- Enclosing class:
- XfaForm
public static class XfaForm.Xml2SomDatasets extends XfaForm.Xml2Som
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 Constructor Description Xml2SomDatasets(Node n)Creates a new instance from the datasets node.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeinsertNode(Node n, String shortName)Inserts a newNodethat will match the short name.-
Methods inherited from class com.lowagie.text.pdf.XfaForm.Xml2Som
addSomNameToSearchNodeChain, escapeSom, getInverseSearchData, getNamesOrder, getNodesByName, getShortName, inverseSearch, inverseSearchAdd, printStack, setInverseSearchData, setNamesOrder, setNodesByName, splitParts, unescapeSom
-
-
-
-
Constructor Detail
-
Xml2SomDatasets
public Xml2SomDatasets(Node n)
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
-
-