2 instantiations of DocumentXPathNavigator
System.Xml (2)
System\Xml\Dom\DocumentXPathNavigator.cs (1)
36return new DocumentXPathNavigator(this);
System\Xml\Dom\XmlDocument.cs (1)
678return new DocumentXPathNavigator(this, node);
40 references to DocumentXPathNavigator
System.Xml (40)
System\Xml\Dom\DocumentXmlWriter.cs (4)
64DocumentXPathNavigator navigator; // context for replace 98public DocumentXPathNavigator Navigator { 383if (!DocumentXPathNavigator.IsFollowingSibling(start, end)) { 389DocumentXPathNavigator.DeleteToFollowingSibling(start.NextSibling, end);
System\Xml\Dom\DocumentXPathNavigator.cs (36)
28public DocumentXPathNavigator(DocumentXPathNavigator other) { 731DocumentXPathNavigator that = other as DocumentXPathNavigator; 798DocumentXPathNavigator that = end as DocumentXPathNavigator; 805that = (DocumentXPathNavigator)that.Clone(); 858DocumentXPathNavigator that = end as DocumentXPathNavigator; 865that = (DocumentXPathNavigator)that.Clone(); 1002DocumentXPathNavigator that = other as DocumentXPathNavigator; 1014DocumentXPathNavigator that = other as DocumentXPathNavigator; 1121DocumentXPathNavigator that = other as DocumentXPathNavigator; 1325DocumentXPathNavigator that = lastSiblingToReplace as DocumentXPathNavigator; 1374DocumentXPathNavigator that = lastSiblingToDelete as DocumentXPathNavigator; 1805internal DocumentXPathNodeIterator_Empty( DocumentXPathNavigator nav ) { this.nav = nav.Clone(); } 1816private DocumentXPathNavigator nav; 1820internal DocumentXPathNodeIterator_ElemDescendants( DocumentXPathNavigator nav ) { 1821this.nav = (DocumentXPathNavigator)(nav.Clone()); 1826this.nav = (DocumentXPathNavigator)(other.nav.Clone()); 1875internal DocumentXPathNodeIterator_AllElemChildren( DocumentXPathNavigator nav ) : base( nav ) { 1892internal DocumentXPathNodeIterator_AllElemChildren_AndSelf( DocumentXPathNavigator nav ) : base( nav ) { 1903DocumentXPathNavigator nav = (DocumentXPathNavigator)this.Current; 1917internal DocumentXPathNodeIterator_ElemChildren_NoLocalName( DocumentXPathNavigator nav, string nsAtom ) : base( nav ) { 1938internal DocumentXPathNodeIterator_ElemChildren_AndSelf_NoLocalName( DocumentXPathNavigator nav, string nsAtom ) : base( nav, nsAtom ) { 1949DocumentXPathNavigator nav = (DocumentXPathNavigator)this.Current; 1964internal DocumentXPathNodeIterator_ElemChildren( DocumentXPathNavigator nav, string localNameAtom, string nsAtom ) : base( nav ) { 1992internal DocumentXPathNodeIterator_ElemChildren_AndSelf( DocumentXPathNavigator nav, string localNameAtom, string nsAtom ) 2005DocumentXPathNavigator nav = (DocumentXPathNavigator)this.Current;