Inheritance: DocumentXPathNodeIterator_ElemDescendants
示例#1
0
 internal DocumentXPathNodeIterator_ElemChildren( DocumentXPathNodeIterator_ElemChildren other ) : base( other ) {
     _localNameAtom = other._localNameAtom;
     _nsAtom        = other._nsAtom;
 }
示例#2
0
 internal DocumentXPathNodeIterator_ElemChildren(DocumentXPathNodeIterator_ElemChildren other) : base(other)
 {
     this.localNameAtom = other.localNameAtom;
     this.nsAtom = other.nsAtom;
 }
 internal DocumentXPathNodeIterator_ElemChildren(DocumentXPathNodeIterator_ElemChildren other) : base(other)
 {
     this.localNameAtom = other.localNameAtom;
     this.nsAtom        = other.nsAtom;
 }