3 references to XPathDocumentNavigator
System.Xml (3)
System\Xml\Cache\XPathDocumentNavigator.cs (2)
51
public XPathDocumentNavigator(XPathDocumentNavigator nav) :
this
(nav.pageCurrent, nav.idxCurrent, nav.pageParent, nav.idxParent) {
139
return new
XPathDocumentNavigator
(this.pageCurrent, this.idxCurrent, this.pageParent, this.idxParent);
System\Xml\XPath\XPathDocument.cs (1)
280
return new
XPathDocumentNavigator
(this.pageRoot, this.idxRoot, null, 0);