Definition at line 629 of file XPathNodePointer.cs.
630 {
633 {
635 {
636 return false;
637 }
639 {
641 {
642 return false;
643 }
645 {
646 return false;
647 }
648 }
650 {
653 {
654 if (
dataColumn.Namespace !=
"http://www.w3.org/2000/xmlns/")
655 {
657 return true;
658 }
659 }
660 return false;
661 }
663 {
665 foreach (XmlAttribute
item in attributes)
666 {
667 if (
item.NamespaceURI !=
"http://www.w3.org/2000/xmlns/")
668 {
670 return true;
671 }
672 }
673 }
674 else
675 {
676 XmlAttributeCollection
attributes2 = ((XmlAttribute)
_node).OwnerElement.Attributes;
677 bool flag = false;
679 {
680 if (flag &&
item2.NamespaceURI !=
"http://www.w3.org/2000/xmlns/")
681 {
683 return true;
684 }
686 {
687 flag = true;
688 }
689 }
690 }
691 }
692 return false;
693 }
virtual MappingType ColumnMapping
DataColumn NextColumn(DataRow row, DataColumn col, bool fAttribute)
bool IsFoliated(XmlNode node)
bool MoveTo(XPathNodePointer pointer)
virtual ? XmlAttributeCollection Attributes
References System.Xml.XPathNodePointer._column, System.Xml.XPathNodePointer._node, System.Xml.XmlNode.Attributes, System.Data.DataColumn.ColumnMapping, System.Xml.Dictionary, System.Xml.XPathNodePointer.IsFoliated(), System.item, System.Xml.XPathNodePointer.MoveTo(), System.Xml.XPathNodePointer.NextColumn(), System.Xml.XmlNode.NodeType, System.Xml.XPathNodePointer.RealFoliate(), and System.Xml.XPathNodePointer.Row.
Referenced by System.Xml.DataDocumentXPathNavigator.MoveToFirstAttribute(), and System.Xml.DataDocumentXPathNavigator.MoveToNextAttribute().