System::Xml::XPath::XPathNavigator::Compile method
XPathNavigator::Compile method
XPath 式を表す文字列をコンパイルし、XPathExpression オブジェクトを返します。
virtual SharedPtr<XPathExpression> System::Xml::XPath::XPathNavigator::Compile(String xpath)
| パラメーター | 型 | 説明 |
|---|---|---|
| xpath | String | XPath 式を表す文字列。 |
ReturnValue
XPath 式を表す XPathExpression オブジェクト。
参照
- Typedef SharedPtr
- Class XPathExpression
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++