Base internal class of all XPathDocument XPathNodeIterator implementations.
상속: System.Xml.XPath.XPathNodeIterator
예제 #1
0
 /// <summary>
 /// Create a new iterator that is a copy of "iter".
 /// </summary>
 protected XPathDocumentBaseIterator(XPathDocumentBaseIterator iter)
 {
     this.ctxt = new XPathDocumentNavigator(iter.ctxt);
     this.pos  = iter.pos;
 }
예제 #2
0
 /// <summary>
 /// Create a new iterator that is a copy of "iter".
 /// </summary>
 protected XPathDocumentBaseIterator(XPathDocumentBaseIterator iter)
 {
     this.ctxt = new XPathDocumentNavigator(iter.ctxt);
     this.pos = iter.pos;
 }