7 references to Child
System.Xml (7)
System\Xml\Schema\Asttree.cs (1)
465
return ((ast.TypeOfAxis == Axis.AxisType.
Child
) && (ast.NodeType == XPathNodeType.Element));
System\Xml\XPath\Internal\QueryBuilder.cs (2)
69
root.TypeOfAxis == Axis.AxisType.
Child
&&
108
case Axis.AxisType.
Child
:
System\Xml\XPath\Internal\XPathParser.cs (4)
322
Axis.AxisType axisType = Axis.AxisType.
Child
;
621
Axis.AxisType axisType = Axis.AxisType.
Child
;
629
if (axisType != Axis.AxisType.
Child
&& axisType != Axis.AxisType.Attribute) {
748
table.Add("child" , Axis.AxisType.
Child
);