xml.dom.Element.setAttributeNS()

Element.setAttributeNS(namespaceURI, qname, value) Set an attribute value from a string, given a namespaceURI and a

2016-10-07 17:47:46
html.parser.HTMLParser.unknown_decl()

HTMLParser.unknown_decl(data) This method is called when an unrecognized declaration is read by the parser.

2016-10-07 17:33:48
xml.etree.ElementTree.XMLParser.doctype()

doctype(name, pubid, system) Deprecated since version 3.2: Define

2016-10-07 17:48:06
xml.etree.ElementTree.ElementTree.iterfind()

iterfind(match, namespaces=None) Same as Element.iterfind(), starting at the root of the tree.

2016-10-07 17:48:02
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
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.parsers.expat.xmlparser.ErrorCode

xmlparser.ErrorCode Numeric code specifying the problem. This value can be passed to the ErrorString() function

2016-10-07 17:48:12
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.dom.Document.createProcessingInstruction()

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

2016-10-07 17:47:41
xml.dom.NodeList.item()

NodeList.item(i) Return the i‘th item from the sequence, if there is one, or None. The index i

2016-10-07 17:47:53