xml.parsers.expat.xmlparser.buffer_used

xmlparser.buffer_used If buffer_text is enabled, the number of bytes stored in the buffer. These bytes represent

2016-10-07 17:48:09
xml.dom.Element.getElementsByTagName()

Element.getElementsByTagName(tagName) Same as equivalent method in the Document class.

2016-10-07 17:47:44
xml.etree.ElementTree.XMLPullParser.close()

close() Signal the parser that the data stream is terminated. Unlike XMLParser.close(), this method always returns

2016-10-07 17:48:07
xml.etree.ElementTree.XMLPullParser.feed()

feed(data) Feed the given bytes data to the parser.

2016-10-07 17:48:07
xml.dom.ProcessingInstruction.target

ProcessingInstruction.target The content of the processing instruction up to the first whitespace character. This is a read-only

2016-10-07 17:47:54
xml.etree.ElementTree.XMLParser.close()

close() Finishes feeding data to the parser. Returns the result of calling the close() method of the target

2016-10-07 17:48:06
xml.dom.Element.getAttributeNode()

Element.getAttributeNode(attrname) Return the Attr node for the attribute named by attrname.

2016-10-07 17:47:44
xml.sax.handler.ContentHandler.skippedEntity()

ContentHandler.skippedEntity(name) Receive notification of a skipped entity. The Parser will

2016-10-07 17:48:18
xml.dom.Node.nodeName

Node.nodeName This has a different meaning for each node type; see the DOM specification for details. You can always get the

2016-10-07 17:47:51
xml.sax.saxutils.unescape()

xml.sax.saxutils.unescape(data, entities={}) Unescape '&', '<', and '>'

2016-10-07 17:48:24