com.lowagie.text.pdf

Class XfaForm.Xml2SomDatasets

public static class XfaForm.Xml2SomDatasets extends XfaForm.Xml2Som

Processes the datasets section in the XFA form.
Constructor Summary
Xml2SomDatasets(Node n)
Creates a new instance from the datasets node.
Method Summary
static booleanhasChildren(Node n)
NodeinsertNode(Node n, String shortName)
Inserts a new Node that will match the short name.
voidprocessDatasetsInternal(Node n)

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

Method Detail

hasChildren

private static boolean hasChildren(Node n)

insertNode

public Node insertNode(Node n, String shortName)
Inserts a new Node that will match the short name.

Parameters: n the datasets top Node shortName the short name

Returns: the new Node of the inserted name

processDatasetsInternal

private void processDatasetsInternal(Node n)