xml.sax.handler.feature_namespaces

xml.sax.handler.feature_namespaces value: "http://xml.org/sax/features/namespaces"

2016-10-07 17:48:20
xml.sax.SAXNotSupportedException

exception xml.sax.SAXNotSupportedException(msg, exception=None) Subclass of SAXException raised when a SAX

2016-10-07 17:48:23
html.parser.HTMLParser.handle_startendtag()

HTMLParser.handle_startendtag(tag, attrs) Similar to handle_starttag(), but called when the parser encounters an

2016-10-07 17:33:48
xml.sax.xmlreader.XMLReader

class xml.sax.xmlreader.XMLReader Base class which can be inherited by SAX parsers.

2016-10-07 17:48:28
xml.dom.Text.data

Text.data The content of the text node as a string.

2016-10-07 17:47:56
xml.sax.handler.ContentHandler.ignorableWhitespace()

ContentHandler.ignorableWhitespace(whitespace) Receive notification of ignorable whitespace in element content.

2016-10-07 17:48:17
xml.sax.xmlreader.InputSource

class xml.sax.xmlreader.InputSource(system_id=None) Encapsulation of the information needed by the XMLReader to

2016-10-07 17:48:26
html.entities.entitydefs

html.entities.entitydefs A dictionary mapping XHTML 1.0 entity definitions to their replacement text in ISO Latin-1.

2016-10-07 17:33:45
xml.parsers.expat.xmlparser.StartNamespaceDeclHandler()

xmlparser.StartNamespaceDeclHandler(prefix, uri) Called when an element contains a namespace declaration. Namespace declarations

2016-10-07 17:48:15
xml.dom.Node.parentNode

Node.parentNode The parent of the current node, or None for the document node. The value is always a Node

2016-10-07 17:47:52