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.sax.saxutils.escape()

xml.sax.saxutils.escape(data, entities={}) Escape '&', '<', and '>' in a string

2016-10-07 17:48:23
xml.parsers.expat.xmlparser.EndDoctypeDeclHandler()

xmlparser.EndDoctypeDeclHandler() Called when Expat is done parsing the document type declaration. This requires Expat version

2016-10-07 17:48:11
xml.dom.Document.createAttribute()

Document.createAttribute(name) Create and return an attribute node. This method does not associate the attribute node with any

2016-10-07 17:47:40
xml.sax.parseString()

xml.sax.parseString(string, handler, error_handler=handler.ErrorHandler()) Similar to parse(), but parses from

2016-10-07 17:48:22
html.parser.HTMLParser.handle_charref()

HTMLParser.handle_charref(name) This method is called to process decimal and hexadecimal numeric character references of the

2016-10-07 17:33:47
xml.parsers.expat.xmlparser.GetBase()

xmlparser.GetBase() Returns a string containing the base set by a previous call to SetBase(), or None

2016-10-07 17:48:13
xml.dom.Document.createProcessingInstruction()

Document.createProcessingInstruction(target, data) Create and return a processing instruction node containing the target

2016-10-07 17:47:41
xml.sax.handler.property_dom_node

xml.sax.handler.property_dom_node value: "http://xml.org/sax/properties/dom-node"

2016-10-07 17:48:21
xml.sax.SAXException.getException()

SAXException.getException() Return an encapsulated exception object, or None.

2016-10-07 17:48:22