System.Xml.Xsl.Runtime.RtfTextNavigator.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.text, this.baseUri, new NameTable());
        }