xml.sax.saxutils.prepare_input_source()

xml.sax.saxutils.prepare_input_source(source, base='') This function takes an input source and an optional base URL and returns

2016-10-07 17:48:23
xml.etree.ElementTree.TreeBuilder

class xml.etree.ElementTree.TreeBuilder(element_factory=None) Generic element structure builder. This builder converts a sequence

2016-10-07 17:48:05
html.parser.HTMLParser.feed()

HTMLParser.feed(data) Feed some text to the parser. It is processed insofar as it consists of complete elements; incomplete

2016-10-07 17:33:46
xml.sax.xmlreader.IncrementalParser

class xml.sax.xmlreader.IncrementalParser In some cases, it is desirable not to parse an input source at once, but to feed chunks

2016-10-07 17:48:26
xml.etree.ElementTree.Element.findall()

findall(match, namespaces=None) Finds all matching subelements, by tag name or path. Returns a list containing

2016-10-07 17:47:58
xml.dom.NodeList.length

NodeList.length The number of nodes in the sequence.

2016-10-07 17:47:53
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
html.unescape()

html.unescape(s) Convert all named and numeric character references (e.g. >, >,

2016-10-07 17:33:49
xml.dom.SyntaxErr

exception xml.dom.SyntaxErr Raised when an invalid or illegal string is specified.

2016-10-07 17:47:56
xml.dom.Node.prefix

Node.prefix The part of the tagName preceding the colon if there is one, else the empty string. The value is a

2016-10-07 17:47:52