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