class xml.dom.pulldom.DOMEventStream(stream, parser, bufsize) getEvent() Return
Element.getAttributeNodeNS(namespaceURI, localName) Return an attribute value as a node, given a namespaceURI and localName
xmlparser.CurrentColumnNumber Current column number in the parser input.
InputSource.setPublicId(id) Sets the public identifier of this InputSource.
Node.firstChild The first child of the node, if there are any, or None. This is a read-only attribute.
InputSource.setSystemId(id) Sets the system identifier of this InputSource.
xmlparser.StartDoctypeDeclHandler(doctypeName, systemId, publicId, has_internal_subset) Called when Expat begins parsing the
xmlparser.EntityDeclHandler(entityName, is_parameter_entity, value, base, systemId, publicId, notationName) Called for all entity
xmlparser.UseForeignDTD([flag]) Calling this with a true value for flag (the default) will cause Expat to call the
xmlparser.Parse(data[, isfinal]) Parses the contents of the string data, calling the appropriate handler functions
Page 22 of 34