Iterate over all content children with a particular XPathNodeType.
Inheritance: XPathDocumentBaseIterator
Ejemplo n.º 1
0
 /// <summary>
 /// Create a new iterator that is a copy of "iter".
 /// </summary>
 public XPathDocumentKindChildIterator(XPathDocumentKindChildIterator iter) : base(iter)
 {
     this.typ = iter.typ;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new iterator that is a copy of "iter".
 /// </summary>
 public XPathDocumentKindChildIterator(XPathDocumentKindChildIterator iter) : base(iter)
 {
     _typ = iter._typ;
 }