3 types derived from CacheAxisQuery
System.Xml (3)
System\Xml\XPath\Internal\ParentQuery.cs (1)
16
internal sealed class ParentQuery :
CacheAxisQuery
{
System\Xml\XPath\Internal\PrecedingSibling.cs (1)
28
internal class PreSiblingQuery :
CacheAxisQuery
{
System\Xml\XPath\Internal\XPathAncestorQuery.cs (1)
15
internal sealed class XPathAncestorQuery :
CacheAxisQuery
{
1 reference to CacheAxisQuery
System.Xml (1)
System\Xml\XPath\Internal\CacheAxisQuery.cs (1)
23
protected CacheAxisQuery(
CacheAxisQuery
other) : base(other) {