3 references to
System.Xml (3)
System\Xml\XPath\Internal\ParentQuery.cs (1)
18
public ParentQuery(Query qyInput, string Name, string Prefix, XPathNodeType Type) :
base
(qyInput, Name, Prefix, Type) {}
System\Xml\XPath\Internal\PrecedingSibling.cs (1)
30
public PreSiblingQuery(Query qyInput, string name, string prefix, XPathNodeType typeTest) :
base
(qyInput, name, prefix, typeTest) {}
System\Xml\XPath\Internal\XPathAncestorQuery.cs (1)
18
public XPathAncestorQuery(Query qyInput, string name, string prefix, XPathNodeType typeTest, bool matchSelf) :
base
(qyInput, name, prefix, typeTest) {