Package com.itextpdf.text.pdf
Class XfaForm.Xml2SomDatasets
- java.lang.Object
-
- com.itextpdf.text.pdf.XfaForm.Xml2Som
-
- com.itextpdf.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.itextpdf.text.pdf.XfaForm.Xml2Som
anform, inverseSearch, name2Node, order, stack
-
-
Constructor Summary
Constructors Constructor Description Xml2SomDatasets(org.w3c.dom.Node n)
Creates a new instance from the datasets node.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private static boolean
hasChildren(org.w3c.dom.Node n)
org.w3c.dom.Node
insertNode(org.w3c.dom.Node n, java.lang.String shortName)
Inserts a newNode
that will match the short name.private void
processDatasetsInternal(org.w3c.dom.Node n)
-
Methods inherited from class com.itextpdf.text.pdf.XfaForm.Xml2Som
escapeSom, getInverseSearch, getName2Node, getOrder, getShortName, inverseSearchAdd, inverseSearchAdd, inverseSearchGlobal, printStack, setInverseSearch, setName2Node, setOrder, splitParts, unescapeSom
-
-
-
-
Method Detail
-
insertNode
public org.w3c.dom.Node insertNode(org.w3c.dom.Node n, java.lang.String shortName)
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
private static boolean hasChildren(org.w3c.dom.Node n)
-
processDatasetsInternal
private void processDatasetsInternal(org.w3c.dom.Node n)
-
-