Class XfaForm.Xml2SomDatasets

  • Enclosing class:
    XfaForm

    public static class XfaForm.Xml2SomDatasets
    extends XfaForm.Xml2Som
    Processes the datasets section in the XFA form.
    • Constructor Detail

      • Xml2SomDatasets

        public Xml2SomDatasets​(org.w3c.dom.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

      • insertNode

        public org.w3c.dom.Node insertNode​(org.w3c.dom.Node n,
                                           java.lang.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
      • hasChildren

        private static boolean hasChildren​(org.w3c.dom.Node n)
      • processDatasetsInternal

        private void processDatasetsInternal​(org.w3c.dom.Node n)