html.entities.codepoint2name

html.entities.codepoint2name A dictionary that maps Unicode code points to HTML entity names.

2016-10-07 17:33:45
xml.dom.Attr.localName

Attr.localName The part of the name following the colon if there is one, else the entire name. This is a read-only attribute

2016-10-07 17:47:39
xml.parsers.expat.errors.codes

xml.parsers.expat.errors.codes A dictionary mapping numeric error codes to their string descriptions.

2016-10-07 17:48:08
xml.dom.Document.createAttributeNS()

Document.createAttributeNS(namespaceURI, qualifiedName) Create and return an attribute node with a namespace. The tagName

2016-10-07 17:47:40
html.parser.HTMLParser.handle_data()

HTMLParser.handle_data(data) This method is called to process arbitrary data (e.g. text nodes and the content of <script>

2016-10-07 17:33:47
xml.dom.InvalidCharacterErr

exception xml.dom.InvalidCharacterErr This exception is raised when a string parameter contains a character that is not permitted

2016-10-07 17:47:47
xml.sax.xmlreader.InputSource.setPublicId()

InputSource.setPublicId(id) Sets the public identifier of this InputSource.

2016-10-07 17:48:27
xml.parsers.expat.ErrorString()

xml.parsers.expat.ErrorString(errno) Returns an explanatory string for a given error number errno.

2016-10-07 17:48:08
xml.sax.handler.feature_validation

xml.sax.handler.feature_validation value: "http://xml.org/sax/features/validation"

2016-10-07 17:48:20
xml.dom.DOMImplementation.createDocument()

DOMImplementation.createDocument(namespaceUri, qualifiedName, doctype) Return a new Document object (the root of

2016-10-07 17:47:43