System.Xml.Xsl.Runtime.RtfTreeNavigator.ToNavigator C# (CSharp) Method

ToNavigator() public method

Discard serialization hints and return a navigator that actually allows navigation.
public ToNavigator ( ) : XPathNavigator
return System.Xml.XPath.XPathNavigator
        public override XPathNavigator ToNavigator() {
            return this.constr.GetNavigator(this.events, this.nameTable);
        }