Class XfaForm.Xml2SomDatasets

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.
  • Constructor Details

    • 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 Details

    • 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)