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