System::Xml::XPath::XPathNavigator::MoveToChild 메서드
내용물
[
숨다
]XPathNavigator::MoveToChild(String, String) method
지정된 로컬 이름과 네임스페이스 URI를 가진 자식 노드로 XPathNavigator를 이동합니다.
virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(String localName, String namespaceURI)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| localName | String | 이동할 자식 노드의 로컬 이름. |
| namespaceURI | String | 이동할 자식 노드의 네임스페이스 URI. |
ReturnValue
true if the XPathNavigator is successful moving to the child node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
또 보기
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::MoveToChild(XPathNodeType) method
지정된 XPathNodeType의 자식 노드로 XPathNavigator를 이동합니다.
virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(XPathNodeType type)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| type | XPathNodeType | 이동할 자식 노드의 XPathNodeType. |
ReturnValue
true if the XPathNavigator is successful moving to the child node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
또 보기
- Enum XPathNodeType
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++