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