XmlNodeExtensions MethodsXmlNodeExtensions MethodsXmlNodeExtensions Methods
- XmlPrime 1.5
- Other Versions ▼
Methods
| Method | Description |
---|
  | XPathSelectNodes (XmlNode, string)XPathSelectNodes (XmlNode, String)XPathSelectNodes (XmlNode^, String^) |
Selects a node set, using the specified XPath 2.0 expression.
|
  | XPathSelectNodes (XmlNode, string, IXmlNamespaceResolver)XPathSelectNodes (XmlNode, String, IXmlNamespaceResolver)XPathSelectNodes (XmlNode^, String^, IXmlNamespaceResolver^) |
Selects a node set, using the specified XPath 2.0 expressions.
|
  | XPathSelectSingleNode (XmlNode, string)XPathSelectSingleNode (XmlNode, String)XPathSelectSingleNode (XmlNode^, String^) |
Evaluates the specified XPath 2.0 expression to select a single node.
|
  | XPathSelectSingleNode (XmlNode, string, IXmlNamespaceResolver)XPathSelectSingleNode (XmlNode, String, IXmlNamespaceResolver)XPathSelectSingleNode (XmlNode^, String^, IXmlNamespaceResolver^) |
Evaluates the specified XPath 2.0 expression to select a single node.
|
Top