xml.dom.Node.childNodes

Node.childNodes A list of nodes contained within this node. This is a read-only attribute.

2016-10-07 17:47:50
xml.parsers.expat.xmlparser.XmlDeclHandler()

xmlparser.XmlDeclHandler(version, encoding, standalone) Called when the XML declaration is parsed. The XML declaration is the

2016-10-07 17:48:16
xml.dom.InuseAttributeErr

exception xml.dom.InuseAttributeErr Raised when an attempt is made to insert an Attr node that is already present

2016-10-07 17:47:47
xml.sax.SAXException

exception xml.sax.SAXException(msg, exception=None) Encapsulate an XML error or warning. This class can contain basic error

2016-10-07 17:48:22
xml.dom.Element.hasAttribute()

Element.hasAttribute(name) Returns true if the element has an attribute named by name.

2016-10-07 17:47:44
xml.sax.xmlreader.AttributesImpl

class xml.sax.xmlreader.AttributesImpl(attrs) This is an implementation of the Attributes interface (see section

2016-10-07 17:48:25
xml.sax.xmlreader.XMLReader.setProperty()

XMLReader.setProperty(propertyname, value) Set the propertyname to value. If the property is not recognized

2016-10-07 17:48:30
xml.dom.HierarchyRequestErr

exception xml.dom.HierarchyRequestErr Raised when an attempt is made to insert a node where the node type is not allowed.

2016-10-07 17:47:47
xml.etree.ElementTree.Element.tail

tail These attributes can be used to hold additional data associated with the element. Their values are usually strings but

2016-10-07 17:48:00
xml.dom.Node.attributes

Node.attributes A NamedNodeMap of attribute objects. Only elements have actual values for this; others provide

2016-10-07 17:47:50