System.Xml.Xsl.Runtime.XmlNavTypeFilter.MoveToNextContent C# (CSharp) Method

MoveToNextContent() public method

Reposition the navigator on the next child with a matching type.
public MoveToNextContent ( XPathNavigator navigator ) : bool
navigator System.Xml.XPath.XPathNavigator
return bool
        public override bool MoveToNextContent(XPathNavigator navigator) {
            return navigator.MoveToNext(this.nodeType);
        }