HandCoded.Xml.NodeIndex.NodeIndex C# (CSharp) Method

NodeIndex() public method

Constructs a NodeIndex for the given XmlDocument.
public NodeIndex ( XmlDocument document ) : System
document System.Xml.XmlDocument The to be indexed.
return System
        public NodeIndex(XmlDocument document)
        {
            IndexNodes (this.document = document);
        }