System::Xml::XPath::XPathNavigator::MoveToFollowing 메서드
내용물
[
숨다
]XPathNavigator::MoveToFollowing(String, String) method
문서 순서에서 지정된 로컬 이름과 네임스페이스 URI를 가진 요소로 XPathNavigator를 이동합니다.
virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(String localName, String namespaceURI)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| localName | String | 요소의 로컬 이름입니다. |
| namespaceURI | String | 요소의 네임스페이스 URI. |
ReturnValue
true if the XPathNavigator moved successfully; otherwise, false.
또 보기
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::MoveToFollowing(String, String, SharedPtr<XPathNavigator>) method
문서 순서에서 지정된 로컬 이름과 네임스페이스 URI를 가진 요소로, 지정된 경계까지 XPathNavigator를 이동합니다.
virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(String localName, String namespaceURI, SharedPtr<XPathNavigator> end)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| localName | String | 요소의 로컬 이름입니다. |
| namespaceURI | String | 요소의 네임스페이스 URI. |
| end | SharedPtr<XPathNavigator> | 다음 요소를 검색하는 동안 현재 XPathNavigator가 넘어가지 않을 요소 경계에 위치한 XPathNavigator 객체. |
ReturnValue
true if the XPathNavigator moved successfully; otherwise, false.
또 보기
- Class String
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::MoveToFollowing(XPathNodeType) method
문서 순서에서 지정된 XPathNodeType의 다음 요소로 XPathNavigator를 이동합니다.
virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(XPathNodeType type)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| type | XPathNodeType | 요소의 XPathNodeType. XPathNodeType은 XPathNodeType::Attribute 또는 XPathNodeType::Namespace일 수 없습니다. |
ReturnValue
true if the XPathNavigator moved successfully; otherwise, false.
또 보기
- Enum XPathNodeType
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::MoveToFollowing(XPathNodeType, SharedPtr<XPathNavigator>) method
XPathNavigator를 지정된 XPathNodeType의 다음 요소로, 지정된 경계까지, 문서 순서대로 이동합니다.
virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(XPathNodeType type, SharedPtr<XPathNavigator> end)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| type | XPathNodeType | 요소의 XPathNodeType. XPathNodeType은 XPathNodeType::Attribute 또는 XPathNodeType::Namespace일 수 없습니다. |
| end | SharedPtr<XPathNavigator> | 다음 요소를 검색하는 동안 현재 XPathNavigator가 넘어가지 않을 요소 경계에 위치한 XPathNavigator 객체. |
ReturnValue
true if the XPathNavigator moved successfully; otherwise, false.
또 보기
- Enum XPathNodeType
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++