3 references to GetMatchingNode
System.Xml (3)
System\Xml\Dom\XmlElementList.cs (3)
175
node =
GetMatchingNode
( node, bNext );
187
return
GetMatchingNode
( node, true );
219
while ((node =
GetMatchingNode
(node, true)) != null) {