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