xml.dom.InvalidCharacterErr
  • References/Python/Python/Structured Markup

exception xml.dom.InvalidCharacterErr This exception is raised when a string parameter contains a character that is not permitted

2025-01-10 15:47:30
xml.dom.ProcessingInstruction.target
  • References/Python/Python/Structured Markup

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

2025-01-10 15:47:30
xml.dom.Node.lastChild
  • References/Python/Python/Structured Markup

Node.lastChild The last child of the node, if there are any, or None. This is a read-only attribute.

2025-01-10 15:47:30
xml.etree.ElementTree.Element.keys()
  • References/Python/Python/Structured Markup

keys() Returns the elements attribute names as a list. The names are returned in an arbitrary order.

2025-01-10 15:47:30
xml.etree.ElementTree.XMLPullParser.feed()
  • References/Python/Python/Structured Markup

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

2025-01-10 15:47:30
xml.sax.saxutils.XMLGenerator
  • References/Python/Python/Structured Markup

class xml.sax.saxutils.XMLGenerator(out=None, encoding='iso-8859-1', short_empty_elements=False) This class implements the

2025-01-10 15:47:30
xml.dom.Element.getElementsByTagName()
  • References/Python/Python/Structured Markup

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

2025-01-10 15:47:30
xml.parsers.expat.xmlparser.Parse()
  • References/Python/Python/Structured Markup

xmlparser.Parse(data[, isfinal]) Parses the contents of the string data, calling the appropriate handler functions

2025-01-10 15:47:30
xml.dom.NamespaceErr
  • References/Python/Python/Structured Markup

exception xml.dom.NamespaceErr If an attempt is made to change any object in a way that is not permitted with regard to the

2025-01-10 15:47:30
xml.dom.Comment.data
  • References/Python/Python/Structured Markup

Comment.data The content of the comment as a string. The attribute contains all characters between the leading <!-

2025-01-10 15:47:30