8 references to Attribute
System.Private.Xml (8)
System\Xml\Schema\Asttree.cs (1)
533
return ((ast.TypeOfAxis == Axis.AxisType.
Attribute
) && (ast.NodeType == XPathNodeType.Attribute));
System\Xml\XPath\Internal\QueryBuilder.cs (1)
184
case Axis.AxisType.
Attribute
:
System\Xml\XPath\Internal\XPathParser.cs (6)
372
axisType = Axis.AxisType.
Attribute
;
381
axisType == Axis.AxisType.
Attribute
? XPathNodeType.Attribute :
715
axisType = Axis.AxisType.
Attribute
;
720
if (axisType != Axis.AxisType.Child && axisType != Axis.AxisType.
Attribute
)
728
axisType == Axis.AxisType.
Attribute
? XPathNodeType.Attribute :
851
table.Add("attribute", Axis.AxisType.
Attribute
);