xmlparser.ProcessingInstructionHandler(target, data) Called for every processing instruction.
xmlparser.StartCdataSectionHandler() Called at the start of a CDATA section. This and EndCdataSectionHandler are
Node.childNodes A list of nodes contained within this node. This is a read-only attribute.
ContentHandler.endPrefixMapping(prefix) End the scope of a prefix-URI mapping. See st
XMLReader.setErrorHandler(handler) Set the current error handler. If no
xmlparser.CharacterDataHandler(data) Called for character data. This will be called for normal character data, CDATA marked
InputSource.getSystemId() Returns the system identifier of this InputSource.
xmlparser.SetBase(base) Sets the base to be used for resolving relative URIs in system identifiers in declarations. Resolving
xml.etree.ElementTree.iselement(element) Checks if an object appears to be a valid element object. element is an element
DocumentType.entities This is a NamedNodeMap giving the definitions of external entities. For entity names defined
Page 31 of 34