XmlQueryRuntime.GetTypeFilter(XPathNodeType) Method

Definition

Gets a filter that filters nodes of the specified type.

public:
 System::Xml::Xsl::Runtime::XmlNavigatorFilter ^ GetTypeFilter(System::Xml::XPath::XPathNodeType nodeType);
public System.Xml.Xsl.Runtime.XmlNavigatorFilter GetTypeFilter (System.Xml.XPath.XPathNodeType nodeType);
member this.GetTypeFilter : System.Xml.XPath.XPathNodeType -> System.Xml.Xsl.Runtime.XmlNavigatorFilter
Public Function GetTypeFilter (nodeType As XPathNodeType) As XmlNavigatorFilter

Parameters

nodeType
XPathNodeType

An instance of the XPathNodeType class.

Returns

An instance of the XmlNavigatorFilter class.

Applies to