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