다음을 통해 공유


XmlNavigatorFilter.MoveToFollowing(XPathNavigator, XPathNavigator) 메서드

정의

다음에 일치하는 콘텐츠 노드 또는 특성으로 탐색기 위치를 변경하고 필터링된 노드를 건너뜁니다. 일치하는 노드가 없으면 탐색기가 이동하지 않으며 메서드에서 false가 반환됩니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 abstract bool MoveToFollowing(System::Xml::XPath::XPathNavigator ^ navigator, System::Xml::XPath::XPathNavigator ^ navigatorEnd);
public abstract bool MoveToFollowing (System.Xml.XPath.XPathNavigator navigator, System.Xml.XPath.XPathNavigator navigatorEnd);
abstract member MoveToFollowing : System.Xml.XPath.XPathNavigator * System.Xml.XPath.XPathNavigator -> bool
Public MustOverride Function MoveToFollowing (navigator As XPathNavigator, navigatorEnd As XPathNavigator) As Boolean

매개 변수

navigator
XPathNavigator

탐색이 이동할 수 있는 범위의 시작을 식별하는 XPathNavigator 클래스의 인스턴스입니다.

navigatorEnd
XPathNavigator

탐색이 이동할 수 있는 범위의 끝을 식별하는 XPathNavigator 클래스의 인스턴스입니다.

반환

Boolean

이름이 일치하는 다음 요소로 탐색기 위치가 변경되면 true이고, 그렇지 않으면 false입니다.

설명

이 클래스는 추상 클래스 및 탐색기 위치를 조정 하는 데 사용 되는 요소 이름 등의 필터에는이 클래스에 의해 있지만이 클래스에서 파생 된 클래스에 의해 정의 되지 않았습니다.

적용 대상