7 references to Attribute
System.Private.Xml (7)
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
399case XPathAxis.Attribute: qilAxis = _f.Content(currentNode); break;
System\Xml\Xsl\XPath\XPathParser.cs (2)
181axis = XPathAxis.Attribute; 241axis == XPathAxis.Attribute ? XPathNodeType.Attribute :
System\Xml\Xsl\XPath\XPathScanner.cs (1)
468case "attribute": return XPathAxis.Attribute;
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (1)
124xpathAxis == XPathAxis.Attribute ||
System\Xml\Xsl\Xslt\XPathPatternParser.cs (2)
205axis = XPathAxis.Attribute; 210if (axis != XPathAxis.Child && axis != XPathAxis.Attribute)