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 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.lowagie.text.pdf.XfaForm.Xml2Som
addSomNameToSearchNodeChain, escapeSom, getInverseSearchData, getNamesOrder, getNodesByName, getShortName, inverseSearch, inverseSearchAdd, printStack, setInverseSearchData, setNamesOrder, setNodesByName, 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
-
hasChildren
-
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
-
processDatasetsInternal
-