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

XPathNavigator::MoveToNextNamespace() method

XPathNavigator를 다음 네임스페이스 노드로 이동합니다.

bool System::Xml::XPath::XPathNavigator::MoveToNextNamespace()

ReturnValue

true if the XPathNavigator is successful moving to the next namespace node; otherwise, false. If false, the position of the XPathNavigator is unchanged.

또 보기

XPathNavigator::MoveToNextNamespace(XPathNamespaceScope) method

파생 클래스에서 재정의될 경우, 지정된 XPathNamespaceScope와 일치하는 다음 네임스페이스 노드로 XPathNavigator를 이동합니다.

virtual bool System::Xml::XPath::XPathNavigator::MoveToNextNamespace(XPathNamespaceScope namespaceScope)=0
매개변수형식설명
namespaceScopeXPathNamespaceScope네임스페이스 범위를 설명하는 XPathNamespaceScope 값.

ReturnValue

true if the XPathNavigator is successful moving to the next namespace node; otherwise, false. If false, the position of the XPathNavigator is unchanged.

또 보기