exception xml.dom.InvalidCharacterErr This exception is raised when a string parameter contains a character that is not permitted
ProcessingInstruction.target The content of the processing instruction up to the first whitespace character. This is a read-only
Node.lastChild The last child of the node, if there are any, or None. This is a read-only attribute.
keys() Returns the elements attribute names as a list. The names are returned in an arbitrary order.
feed(data) Feed the given bytes data to the parser.
class xml.sax.saxutils.XMLGenerator(out=None, encoding='iso-8859-1', short_empty_elements=False) This class implements the
Element.getElementsByTagName(tagName) Same as equivalent method in the Document class.
xmlparser.Parse(data[, isfinal]) Parses the contents of the string data, calling the appropriate handler functions
exception xml.dom.NamespaceErr If an attempt is made to change any object in a way that is not permitted with regard to the
Comment.data The content of the comment as a string. The attribute contains all characters between the leading <!-
Page 22 of 34