Iterate over all element descendants with a particular QName.
상속: XPathDocumentBaseIterator
예제 #1
0
 /// <summary>
 /// Create a new iterator that is a copy of "iter".
 /// </summary>
 public XPathDocumentElementDescendantIterator(XPathDocumentElementDescendantIterator iter) : base(iter)
 {
     this.end          = iter.end;
     this.localName    = iter.localName;
     this.namespaceUri = iter.namespaceUri;
     this.matchSelf    = iter.matchSelf;
 }
예제 #2
0
 /// <summary>
 /// Create a new iterator that is a copy of "iter".
 /// </summary>
 public XPathDocumentElementDescendantIterator(XPathDocumentElementDescendantIterator iter) : base(iter)
 {
     _end          = iter._end;
     _localName    = iter._localName;
     _namespaceUri = iter._namespaceUri;
     _matchSelf    = iter._matchSelf;
 }
 public XPathDocumentElementDescendantIterator(XPathDocumentElementDescendantIterator iter) : base(iter)
 {
     this.end = iter.end;
     this.localName = iter.localName;
     this.namespaceUri = iter.namespaceUri;
     this.matchSelf = iter.matchSelf;
 }
예제 #4
0
 /// <summary>
 /// Create a new iterator that is a copy of "iter".
 /// </summary>
 public XPathDocumentElementDescendantIterator(XPathDocumentElementDescendantIterator iter) : base(iter)
 {
     _end = iter._end;
     _localName = iter._localName;
     _namespaceUri = iter._namespaceUri;
     _matchSelf = iter._matchSelf;
 }