Node.childNodes A list of nodes contained within this node. This is a read-only attribute.
xmlparser.XmlDeclHandler(version, encoding, standalone) Called when the XML declaration is parsed. The XML declaration is the
exception xml.dom.InuseAttributeErr Raised when an attempt is made to insert an Attr node that is already present
exception xml.sax.SAXException(msg, exception=None) Encapsulate an XML error or warning. This class can contain basic error
Element.hasAttribute(name) Returns true if the element has an attribute named by name.
class xml.sax.xmlreader.AttributesImpl(attrs) This is an implementation of the Attributes interface (see section
XMLReader.setProperty(propertyname, value) Set the propertyname to value. If the property is not recognized
exception xml.dom.HierarchyRequestErr Raised when an attempt is made to insert a node where the node type is not allowed.
tail These attributes can be used to hold additional data associated with the element. Their values are usually strings but
Node.attributes A NamedNodeMap of attribute objects. Only elements have actual values for this; others provide
Page 32 of 34