System::Xml::XPath::XPathNavigator::GetNamespace method
XPathNavigator::GetNamespace method
Returns the value of the namespace node corresponding to the specified local name.
virtual String System::Xml::XPath::XPathNavigator::GetNamespace(String name)
Parameter | Type | Description |
---|---|---|
name | String | The local name of the namespace node. |
ReturnValue
A String that contains the value of the namespace node; String::Empty if a matching namespace node is not found, or if the XPathNavigator is not positioned on an element node.
See Also
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++