iTextSharp.text.pdf.XfaForm.Xml2SomTemplate.Xml2SomTemplate C# (CSharp) Method

Xml2SomTemplate() public method

public Xml2SomTemplate ( XmlNode n ) : System
n System.Xml.XmlNode
return System
            public Xml2SomTemplate(XmlNode n) {
                order = new ArrayList();
                name2Node = new Hashtable();
                stack = new Stack2();
                anform = 0;
                templateLevel = 0;
                inverseSearch = new Hashtable();
                ProcessTemplate(n, null);
            }