xmlparser.buffer_used If buffer_text is enabled, the number of bytes stored in the buffer. These bytes represent
Element.getElementsByTagName(tagName) Same as equivalent method in the Document class.
close() Signal the parser that the data stream is terminated. Unlike XMLParser.close(), this method always returns
feed(data) Feed the given bytes data to the parser.
ProcessingInstruction.target The content of the processing instruction up to the first whitespace character. This is a read-only
close() Finishes feeding data to the parser. Returns the result of calling the close() method of the target
Element.getAttributeNode(attrname) Return the Attr node for the attribute named by attrname.
ContentHandler.skippedEntity(name) Receive notification of a skipped entity. The Parser will
Node.nodeName This has a different meaning for each node type; see the DOM specification for details. You can always get the
xml.sax.saxutils.unescape(data, entities={}) Unescape '&', '<', and '>'
Page 21 of 34