XmlDocumentFragment.SelectNodesNS | selectNodesNS method
Applies the specified pattern-matching operation to this node's context and returns the list of matching nodes as an XmlNodeList.
Syntax
var xmlNodeList = xmlDocumentFragment.selectNodesNS(xpath, namespaces);
Parameters
- xpath
-
Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]
Specifies an XPath expression.
- namespaces
-
Type: Object [JavaScript] | System.Object [.NET] | Platform::Object [C++]
Contains a string that specifies namespaces for use in XPath expressions when it is necessary to define new namespaces externally. Namespaces are defined in the XML style, as a space-separated list of namespace declaration attributes. You can use this property to set the default namespace as well.
Return value
Type: XmlNodeList
The collection of nodes selected by applying the given pattern-matching operation. If no nodes are selected, returns an empty collection.
Remarks
Prefixes in the query are resolved using the specified namespace declarations.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012
