9 references to
System.Xml (9)
System\Xml\XPath\Internal\AttributeQuery.cs (1)
18public AttributeQuery(Query qyParent, string Name, string Prefix, XPathNodeType Type) : base(qyParent, Name, Prefix, Type) {}
System\Xml\XPath\Internal\CacheAxisQuery.cs (1)
19public CacheAxisQuery(Query qyInput, string name, string prefix, XPathNodeType typeTest) : base(qyInput, name, prefix, typeTest) {
System\Xml\XPath\Internal\ChildrenQuery.cs (1)
20public ChildrenQuery(Query qyInput, string name, string prefix, XPathNodeType type) : base (qyInput, name, prefix, type) {}
System\Xml\XPath\Internal\DescendantBaseQuery.cs (1)
18public DescendantBaseQuery(Query qyParent, string Name, string Prefix, XPathNodeType Type, bool matchSelf, bool abbrAxis) : base(qyParent, Name, Prefix, Type) {
System\Xml\XPath\Internal\FollowingQuery.cs (1)
18public FollowingQuery(Query qyInput, string name, string prefix, XPathNodeType typeTest) : base(qyInput, name, prefix, typeTest) {}
System\Xml\XPath\Internal\FollowingSibling.cs (1)
21public FollSiblingQuery(Query qyInput, string name, string prefix, XPathNodeType type) : base (qyInput, name, prefix, type) {
System\Xml\XPath\Internal\NamespaceQuery.cs (1)
18public NamespaceQuery(Query qyParent, string Name, string Prefix, XPathNodeType Type) : base(qyParent, Name, Prefix, Type) {}
System\Xml\XPath\Internal\PrecedingQuery.cs (1)
31public PrecedingQuery(Query qyInput, string name, string prefix, XPathNodeType typeTest) : base(qyInput, name, prefix, typeTest) {
System\Xml\XPath\Internal\XPathSelfQuery.cs (1)
15public XPathSelfQuery(Query qyInput, string Name, string Prefix, XPathNodeType Type) : base(qyInput, Name, Prefix, Type) {}