System.Xml.Xsl.Runtime.AttributeIterator.Create C# (CSharp) Method

Create() public method

Initialize the AttributeIterator.
public Create ( XPathNavigator context ) : void
context System.Xml.XPath.XPathNavigator
return void
        public void Create(XPathNavigator context) {
            this.navCurrent = XmlQueryRuntime.SyncToNavigator(this.navCurrent, context);
            this.needFirst = true;
        }
AttributeIterator