System.Xml.Xsl.Runtime.XmlNavAttrFilter.MoveToContent C# (CSharp) Method

MoveToContent() public method

Reposition the navigator on the first non-attribute child.
public MoveToContent ( XPathNavigator navigator ) : bool
navigator System.Xml.XPath.XPathNavigator
return bool
        public override bool MoveToContent(XPathNavigator navigator) {
            return navigator.MoveToFirstChild();
        }