xml.sax.xmlreader.XMLReader.setLocale()

XMLReader.setLocale(locale) Allow an application to set the locale for errors and warnings. SAX

2016-10-07 17:48:30
xml.sax.xmlreader.InputSource.getSystemId()

InputSource.getSystemId() Returns the system identifier of this InputSource.

2016-10-07 17:48:27
xml.dom.minidom.parse()

xml.dom.minidom.parse(filename_or_file, parser=None, bufsize=None) Return a Document from the given input.

2016-10-07 17:47:48
html.parser.HTMLParser.getpos()

HTMLParser.getpos() Return current line number and offset.

2016-10-07 17:33:47
xml.etree.ElementTree.Element.extend()

extend(subelements) Appends subelements from a sequence object with zero or more elements. Raises

2016-10-07 17:47:57
xml.dom.DocumentType.entities

DocumentType.entities This is a NamedNodeMap giving the definitions of external entities. For entity names defined

2016-10-07 17:47:42
xml.sax.parse()

xml.sax.parse(filename_or_stream, handler, error_handler=handler.ErrorHandler()) Create a SAX parser and use it to parse a document

2016-10-07 17:48:22
xml.dom.Node.localName

Node.localName The part of the tagName following the colon if there is one, else the entire tagName

2016-10-07 17:47:51
xml.sax.saxutils.XMLFilterBase

class xml.sax.saxutils.XMLFilterBase(base) This class is designed to sit between an

2016-10-07 17:48:24
xml.dom.Document.createComment()

Document.createComment(data) Create and return a comment node containing the data passed as a parameter. As with the other creation

2016-10-07 17:47:40