System.Xml.Schema.Asttree.Asttree C# (CSharp) Method

Asttree() public method

public Asttree ( string xPath, bool isField, XmlNamespaceManager nsmgr ) : System.Xml.XPath
xPath string
isField bool
nsmgr XmlNamespaceManager
return System.Xml.XPath
        public Asttree (string xPath, bool isField, XmlNamespaceManager nsmgr) {
            this.xpathexpr = xPath;
            this.isField = isField;
            this.nsmgr = nsmgr;
            // checking grammar... and build fAxisArray
            this.CompileXPath (xPath, isField, nsmgr);          // might throw exception in the middle
        }