Definition at line 426 of file DocumentXPathNavigator.cs.
427 {
429 {
430 return false;
431 }
432 int index =
int.MaxValue;
433 switch (scope)
434 {
436 {
438 {
439 return false;
440 }
441 XmlAttributeCollection attributes =
xmlElement.Attributes;
443 {
444 return false;
445 }
449 break;
450 }
452 {
453 XmlAttributeCollection attributes =
xmlElement.Attributes;
455 {
456 return false;
457 }
460 {
462 {
463 return false;
464 }
466 }
470 break;
471 }
473 {
474 XmlAttributeCollection attributes =
xmlElement.Attributes;
476 {
478 }
479 else
480 {
483 }
485 break;
486 }
487 default:
488 return false;
489 }
490 return true;
491 }
static bool MoveToNextNamespaceGlobal(ref XmlAttributeCollection attributes, ref int index)
static bool MoveToFirstNamespaceLocal(XmlAttributeCollection attributes, ref int index)
XmlElement _namespaceParent
readonly XmlDocument _document
static bool MoveToFirstNamespaceGlobal(ref XmlAttributeCollection attributes, ref int index)
XmlAttribute NamespaceXml
References System.Xml.DocumentXPathNavigator._attributeIndex, System.Xml.DocumentXPathNavigator._document, System.Xml.DocumentXPathNavigator._namespaceParent, System.Xml.DocumentXPathNavigator._source, System.Xml.Dictionary, System.Xml.Ref.Equal(), System.index, System.Xml.DocumentXPathNavigator.MoveToFirstNamespaceGlobal(), System.Xml.DocumentXPathNavigator.MoveToFirstNamespaceLocal(), System.Xml.DocumentXPathNavigator.MoveToNextNamespaceGlobal(), System.Xml.XmlDocument.NamespaceXml, and System.Xml.XmlDocument.strXml.