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