4 references to
System.Xml (4)
System\Xml\Cache\XPathDocumentIterator.cs (4)
61
public XPathDocumentElementChildIterator(XPathDocumentNavigator parent, string name, string namespaceURI) :
base
(parent) {
111
public XPathDocumentKindChildIterator(XPathDocumentNavigator parent, XPathNodeType typ) :
base
(parent) {
159
public XPathDocumentElementDescendantIterator(XPathDocumentNavigator root, string name, string namespaceURI, bool matchSelf) :
base
(root) {
223
public XPathDocumentKindDescendantIterator(XPathDocumentNavigator root, XPathNodeType typ, bool matchSelf) :
base
(root) {