System::Xml::XPath::XPathNavigator::MoveToFirstNamespace 메서드
내용물
[
숨다
]XPathNavigator::MoveToFirstNamespace() method
현재 노드의 첫 번째 네임스페이스 노드로 XPathNavigator를 이동합니다.
bool System::Xml::XPath::XPathNavigator::MoveToFirstNamespace()
ReturnValue
true if the XPathNavigator is successful moving to the first 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::MoveToFirstNamespace(XPathNamespaceScope) method
파생 클래스에서 재정의될 경우, 지정된 XPathNamespaceScope와 일치하는 첫 번째 네임스페이스 노드로 XPathNavigator를 이동합니다.
virtual bool System::Xml::XPath::XPathNavigator::MoveToFirstNamespace(XPathNamespaceScope namespaceScope)=0
| 매개변수 | 형식 | 설명 |
|---|---|---|
| namespaceScope | XPathNamespaceScope | 네임스페이스 범위를 설명하는 XPathNamespaceScope 값. |
ReturnValue
true if the XPathNavigator is successful moving to the first 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++