4 references to XmlNavTypeFilter
System.Data.SqlXml (4)
System\Xml\Xsl\Runtime\XmlNavigatorFilter.cs (4)
138
TypeFilters[(int) XPathNodeType.Element] = new
XmlNavTypeFilter
(XPathNodeType.Element);
139
TypeFilters[(int) XPathNodeType.Text] = new
XmlNavTypeFilter
(XPathNodeType.Text);
140
TypeFilters[(int) XPathNodeType.ProcessingInstruction] = new
XmlNavTypeFilter
(XPathNodeType.ProcessingInstruction);
141
TypeFilters[(int) XPathNodeType.Comment] = new
XmlNavTypeFilter
(XPathNodeType.Comment);