Iterate over all element children with a particular QName.
Inheritance: XPathDocumentBaseIterator
 public XPathDocumentElementChildIterator(XPathDocumentElementChildIterator iter) : base(iter)
 {
     this.localName = iter.localName;
     this.namespaceUri = iter.namespaceUri;
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new iterator that is a copy of "iter".
 /// </summary>
 public XPathDocumentElementChildIterator(XPathDocumentElementChildIterator iter) : base(iter)
 {
     _localName = iter._localName;
     _namespaceUri = iter._namespaceUri;
 }
Esempio n. 3
0
 /// <summary>
 /// Create a new iterator that is a copy of "iter".
 /// </summary>
 public XPathDocumentElementChildIterator(XPathDocumentElementChildIterator iter) : base(iter)
 {
     this.localName    = iter.localName;
     this.namespaceUri = iter.namespaceUri;
 }
Esempio n. 4
0
 /// <summary>
 /// Create a new iterator that is a copy of "iter".
 /// </summary>
 public XPathDocumentElementChildIterator(XPathDocumentElementChildIterator iter) : base(iter)
 {
     _localName    = iter._localName;
     _namespaceUri = iter._namespaceUri;
 }