System::Xml::XPath::XPathNavigator::MoveToFollowing 메서드

XPathNavigator::MoveToFollowing(String, String) method

문서 순서에서 지정된 로컬 이름과 네임스페이스 URI를 가진 요소로 XPathNavigator를 이동합니다.

virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(String localName, String namespaceURI)
매개변수형식설명
localNameString요소의 로컬 이름입니다.
namespaceURIString요소의 네임스페이스 URI.

ReturnValue

true if the XPathNavigator moved successfully; otherwise, false.

또 보기

XPathNavigator::MoveToFollowing(String, String, SharedPtr<XPathNavigator>) method

문서 순서에서 지정된 로컬 이름과 네임스페이스 URI를 가진 요소로, 지정된 경계까지 XPathNavigator를 이동합니다.

virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(String localName, String namespaceURI, SharedPtr<XPathNavigator> end)
매개변수형식설명
localNameString요소의 로컬 이름입니다.
namespaceURIString요소의 네임스페이스 URI.
endSharedPtr<XPathNavigator>다음 요소를 검색하는 동안 현재 XPathNavigator가 넘어가지 않을 요소 경계에 위치한 XPathNavigator 객체.

ReturnValue

true if the XPathNavigator moved successfully; otherwise, false.

또 보기

XPathNavigator::MoveToFollowing(XPathNodeType) method

문서 순서에서 지정된 XPathNodeType의 다음 요소로 XPathNavigator를 이동합니다.

virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(XPathNodeType type)
매개변수형식설명
typeXPathNodeType요소의 XPathNodeType. XPathNodeTypeXPathNodeType::Attribute 또는 XPathNodeType::Namespace일 수 없습니다.

ReturnValue

true if the XPathNavigator moved successfully; otherwise, false.

또 보기

XPathNavigator::MoveToFollowing(XPathNodeType, SharedPtr<XPathNavigator>) method

XPathNavigator를 지정된 XPathNodeType의 다음 요소로, 지정된 경계까지, 문서 순서대로 이동합니다.

virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(XPathNodeType type, SharedPtr<XPathNavigator> end)
매개변수형식설명
typeXPathNodeType요소의 XPathNodeType. XPathNodeTypeXPathNodeType::Attribute 또는 XPathNodeType::Namespace일 수 없습니다.
endSharedPtr<XPathNavigator>다음 요소를 검색하는 동안 현재 XPathNavigator가 넘어가지 않을 요소 경계에 위치한 XPathNavigator 객체.

ReturnValue

true if the XPathNavigator moved successfully; otherwise, false.

또 보기