com.lowagie.text.pdf
Class XfaForm.Xml2SomDatasets

java.lang.Object
  extended by com.lowagie.text.pdf.XfaForm.Xml2Som
      extended by 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.


Field Summary
 
Fields inherited from class com.lowagie.text.pdf.XfaForm.Xml2Som
anform, inverseSearch, name2Node, order, stack
 
Constructor Summary
XfaForm.Xml2SomDatasets(org.w3c.dom.Node n)
          Creates a new instance from the datasets node.
 
Method Summary
private static boolean hasChildren(org.w3c.dom.Node n)
           
private  void processDatasetsInternal(org.w3c.dom.Node n)
           
 
Methods inherited from class com.lowagie.text.pdf.XfaForm.Xml2Som
escapeSom, getInverseSearch, getName2Node, getOrder, getShortName, inverseSearchAdd, inverseSearchAdd, inverseSearchGlobal, printStack, setInverseSearch, setName2Node, setOrder, splitParts, unescapeSom
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XfaForm.Xml2SomDatasets

public XfaForm.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

hasChildren

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

processDatasetsInternal

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