xml.parsers.expat.ExpatError.lineno

ExpatError.lineno Line number on which the error was detected. The first line is numbered 1.

2016-10-07 17:48:08
xml.sax.saxutils.XMLGenerator

class xml.sax.saxutils.XMLGenerator(out=None, encoding='iso-8859-1', short_empty_elements=False) This class implements the

2016-10-07 17:48:24
html.parser.HTMLParser.get_starttag_text()

HTMLParser.get_starttag_text() Return the text of the most recently opened start tag. This should not normally be needed for

2016-10-07 17:33:47
xml.sax.handler.ContentHandler.endDocument()

ContentHandler.endDocument() Receive notification of the end of a document. The SAX parser will

2016-10-07 17:48:17
xml.sax.handler.DTDHandler.unparsedEntityDecl()

DTDHandler.unparsedEntityDecl(name, publicId, systemId, ndata) Handle an unparsed entity declaration event.

2016-10-07 17:48:19
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.dom.pulldom.parse()

xml.dom.pulldom.parse(stream_or_string, parser=None, bufsize=None) Return a DOMEventStream from the given input

2016-10-07 17:47:55
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.sax.xmlreader.XMLReader.getEntityResolver()

XMLReader.getEntityResolver() Return the current

2016-10-07 17:48:29
xml.dom.Node.previousSibling

Node.previousSibling The node that immediately precedes this one with the same parent. For instance the element with an end-tag

2016-10-07 17:47:52