xml.sax.handler.feature_external_pes value: "http://xml.org/sax/features/exte
items() Returns the element attributes as a sequence of (name, value) pairs. The attributes are returned in an arbitrary order
InputSource.setEncoding(encoding) Sets the character encoding of this InputSource. The
IncrementalParser.reset() This method is called after close has been called to reset the parser so that it is ready to parse
XMLReader.getErrorHandler() Return the current
text tail These attributes can be used to hold additional data associated with the element. Their values are usually
xmlparser.ExternalEntityRefHandler(context, base, systemId, publicId) Called for references to external entities. base
Element.setAttributeNodeNS(newAttr) Add a new attribute node to the element, replacing an existing attribute if necessary if
Node.replaceChild(newChild, oldChild) Replace an existing node with a new node. It must be the case that oldChild is
xmlparser.ElementDeclHandler(name, model) Called once for each element type declaration. name is the name of the element
Page 19 of 34