Package com.itextpdf.forms.xfa
Class Xml2SomDatasets
java.lang.Object
com.itextpdf.forms.xfa.Xml2Som
com.itextpdf.forms.xfa.Xml2SomDatasets
Processes the datasets section in the XFA form.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static boolean
hasChildren
(Node n) insertNode
(Node n, String shortName) Inserts a newNode
that will match the short name.private void
Methods inherited from class com.itextpdf.forms.xfa.Xml2Som
escapeSom, getInverseSearch, getName2Node, getOrder, getShortName, inverseSearchAdd, inverseSearchAdd, inverseSearchGlobal, printStack, setInverseSearch, setName2Node, 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 newNode
that will match the short name.- Parameters:
n
- the datasets topNode
shortName
- the short name- Returns:
- the new
Node
of the inserted name
-
hasChildren
-
processDatasetsInternal
-