8 references to Attribute
System.Xml (8)
System\Xml\Schema\Asttree.cs (1)
469return ((ast.TypeOfAxis == Axis.AxisType.Attribute) && (ast.NodeType == XPathNodeType.Attribute));
System\Xml\XPath\Internal\QueryBuilder.cs (1)
157case Axis.AxisType.Attribute:
System\Xml\XPath\Internal\XPathParser.cs (6)
325axisType = Axis.AxisType.Attribute; 334axisType == Axis.AxisType.Attribute ? XPathNodeType.Attribute : 624axisType = Axis.AxisType.Attribute; 629if (axisType != Axis.AxisType.Child && axisType != Axis.AxisType.Attribute) { 636axisType == Axis.AxisType.Attribute ? XPathNodeType.Attribute : 747table.Add("attribute" , Axis.AxisType.Attribute );