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
xml.sax.xmlreader.XMLReader.setDTDHandler()

XMLReader.setDTDHandler(handler) Set the current

2016-10-07 17:48:30
xml.parsers.expat.xmlparser.GetInputContext()

xmlparser.GetInputContext() Returns the input data that generated the current event as a string. The data is in the encoding

2016-10-07 17:48:13
xml.etree.ElementTree.iselement()

xml.etree.ElementTree.iselement(element) Checks if an object appears to be a valid element object. element is an element

2016-10-07 17:48:03
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
html.parser.HTMLParser

class html.parser.HTMLParser(*, convert_charrefs=True) Create a parser instance able to parse invalid markup.

2016-10-07 17:33:46
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.Element.hasAttribute()

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

2016-10-07 17:47:44
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.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