xml.dom.DocumentType.systemId

DocumentType.systemId The system identifier for the external subset of the document type definition. This will be a URI as a

2016-10-07 17:47:42
xml.parsers.expat.ParserCreate()

xml.parsers.expat.ParserCreate(encoding=None, namespace_separator=None) Creates and returns a new xmlparser object

2016-10-07 17:48:09
xml.sax.handler.ContentHandler.startDocument()

ContentHandler.startDocument() Receive notification of the beginning of a document. The SAX

2016-10-07 17:48:18
xml.dom.Node.normalize()

Node.normalize() Join adjacent text nodes so that all stretches of text are stored as single Text instances. This

2016-10-07 17:47:52
xml.sax.handler.ContentHandler.startPrefixMapping()

ContentHandler.startPrefixMapping(prefix, uri) Begin the scope of a prefix-URI Namespace mapping. The

2016-10-07 17:48:18
xml.dom.NoDataAllowedErr

exception xml.dom.NoDataAllowedErr This is raised if data is specified for a node which does not support data.

2016-10-07 17:47:49
html.parser.HTMLParser.close()

HTMLParser.close() Force processing of all buffered data as if it were followed by an end-of-file mark. This method may be redefined

2016-10-07 17:33:46
html.entities.html5

html.entities.html5 A dictionary that maps HTML5 named character references [1] to the equivalent Unicode character(s), e.g

2016-10-07 17:33:45
xml.etree.ElementTree.ParseError.code

code A numeric error code from the expat parser. See the documentation of

2016-10-07 17:48:03
xml.dom.DocumentType.notations

DocumentType.notations This is a NamedNodeMap giving the definitions of notations. For notation names defined more

2016-10-07 17:47:42