11 types derived from BaseAxisQuery
System.Xml (11)
System\Xml\XPath\Internal\AttributeQuery.cs (1)
15
internal sealed class AttributeQuery :
BaseAxisQuery
{
System\Xml\XPath\Internal\CacheAxisQuery.cs (1)
15
internal abstract class CacheAxisQuery :
BaseAxisQuery
{
System\Xml\XPath\Internal\ChildrenQuery.cs (1)
17
internal class ChildrenQuery :
BaseAxisQuery
{
System\Xml\XPath\Internal\DescendantBaseQuery.cs (1)
14
internal abstract class DescendantBaseQuery :
BaseAxisQuery
{
System\Xml\XPath\Internal\FilterQuery.cs (1)
16
internal sealed class FilterQuery :
BaseAxisQuery
{
System\Xml\XPath\Internal\FollowingQuery.cs (1)
14
internal sealed class FollowingQuery :
BaseAxisQuery
{
System\Xml\XPath\Internal\FollowingSibling.cs (1)
16
internal sealed class FollSiblingQuery :
BaseAxisQuery
{
System\Xml\XPath\Internal\GroupQuery.cs (1)
15
internal sealed class GroupQuery :
BaseAxisQuery
{
System\Xml\XPath\Internal\NamespaceQuery.cs (1)
15
internal sealed class NamespaceQuery :
BaseAxisQuery
{
System\Xml\XPath\Internal\PrecedingQuery.cs (1)
27
internal sealed class PrecedingQuery :
BaseAxisQuery
{
System\Xml\XPath\Internal\XPathSelfQuery.cs (1)
14
internal sealed class XPathSelfQuery :
BaseAxisQuery
{
3 references to BaseAxisQuery
System.Xml (3)
System\Xml\XPath\Internal\BaseAxisQuery.cs (1)
45
protected BaseAxisQuery(
BaseAxisQuery
other) : base(other) {
System\Xml\XPath\Internal\QueryBuilder.cs (2)
49
private
BaseAxisQuery
firstInput; // Input of the leftmost predicate. Set by leftmost predicate, used in rightmost one
234
firstInput = qyInput as
BaseAxisQuery
;