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
xml.etree.ElementTree.QName

class xml.etree.ElementTree.QName(text_or_uri, tag=None) QName wrapper. This can be used to wrap a QName attribute value, in

2016-10-07 17:48:04
xml.parsers.expat.xmlparser.DefaultHandlerExpand()

xmlparser.DefaultHandlerExpand(data) This is the same as the DefaultHandler(), but doesn’t inhibit expansion of

2016-10-07 17:48:11
xml.parsers.expat.xmlparser.ParseFile()

xmlparser.ParseFile(file) Parse XML data reading from the object file. file only needs to provide the

2016-10-07 17:48:14
xml.parsers.expat.xmlparser.buffer_text

xmlparser.buffer_text Setting this to true causes the xmlparser object to buffer textual content returned by Expat

2016-10-07 17:48:09
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.Element.getAttributeNS()

Element.getAttributeNS(namespaceURI, localName) Return the value of the attribute named by namespaceURI and localName

2016-10-07 17:47:44
xml.dom.DOMImplementation.hasFeature()

DOMImplementation.hasFeature(feature, version) Return true if the feature identified by the pair of strings feature

2016-10-07 17:47:43
html.entities.entitydefs

html.entities.entitydefs A dictionary mapping XHTML 1.0 entity definitions to their replacement text in ISO Latin-1.

2016-10-07 17:33:45
xml.sax.handler.DTDHandler.notationDecl()

DTDHandler.notationDecl(name, publicId, systemId) Handle a notation declaration event.

2016-10-07 17:48:19