1 type derived from XPathNavigatorReader
System.Xml (1)
System\Xml\XPath\XPathNavigatorReader.cs (1)
973
internal class XPathNavigatorReaderWithSI :
XPathNavigatorReader
, System.Xml.Schema.IXmlSchemaInfo {
1 instantiation of XPathNavigatorReader
System.Xml (1)
System\Xml\XPath\XPathNavigatorReader.cs (1)
99
return new
XPathNavigatorReader
(nav, xli, xsi);
8 references to XPathNavigatorReader
System.Xml (8)
System\Xml\XPath\XPathNavigator.cs (4)
921
CheckValidityHelper validityTracker = new CheckValidityHelper( validationEventHandler, reader as
XPathNavigatorReader
);
953
XPathNavigatorReader
reader;
955
internal CheckValidityHelper( ValidationEventHandler nextEventHandler,
XPathNavigatorReader
reader ) {
1751
return
XPathNavigatorReader
.Create(this);
System\Xml\XPath\XPathNavigatorReader.cs (4)
67
return
XPathNavigatorReader
.convertFromXPathNodeType[(int) typ];
76
static public
XPathNavigatorReader
Create(XPathNavigator navToRead ) {
115
this.nodeType =
XPathNavigatorReader
.ToXmlNodeType( this.nav.NodeType );
235
if (tempNav.MoveToAttribute(
XPathNavigatorReader
.space, XmlReservedNs.NsXml)) {