See Also: XmlNamedNodeMap Members
XmlNamedNodeMap is returned by the following three properties.
XmlElement.Attributes - Returns System.Xml.XmlAttributeCollection, a class which inherits from XmlNamedNodeMap.
XmlDocumentType.Entities - Returns an XmlNamedNodeMap containing System.Xml.XmlEntity objects. The XmlNamedNodeMap is read-only.
XmlDocumentType.Notations - Returns an XmlNamedNodeMap containing System.Xml.XmlNotation objects. The XmlNamedNodeMap is read-only.