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.
또 보기
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::MoveToNextNamespace(XPathNamespaceScope) method
파생 클래스에서 재정의될 경우, 지정된 XPathNamespaceScope와 일치하는 다음 네임스페이스 노드로 XPathNavigator를 이동합니다.
virtual bool System::Xml::XPath::XPathNavigator::MoveToNextNamespace(XPathNamespaceScope namespaceScope)=0
| 매개변수 | 형식 | 설명 |
|---|---|---|
| namespaceScope | XPathNamespaceScope | 네임스페이스 범위를 설명하는 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.
또 보기
- Enum XPathNamespaceScope
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++