Beispiel #1
0
 Axis.AxisType.DescendantOrSelf => new DescendantQuery(QyInput, root.Name, root.Prefix, root.Type),
Beispiel #2
0
 Axis.AxisType.Self => new XPathSelfQuery(QyInput, root.Name, root.Prefix, root.Type),
Beispiel #3
0
 Axis.AxisType.Child => new ChildQuery(QyInput, root.Name, root.Prefix, root.Type),
Beispiel #4
0
 Axis.AxisType.Attribute => new AttributeQuery(QyInput, root.Name, root.Prefix, root.Type),