There are no implemented interfaces.
document
(type: NoneType
)
None
buildDocument(uri, tagname)
characters(chars)
clear()
clear(): Explicitly release parsing structures
comment(s)
endDocument()
endElement(name)
endElementNS(name, tagName)
endPrefixMapping(prefix)
ignorableWhitespace(chars)
pop()
processingInstruction(target, data)
setDocumentLocator(locator)
skippedEntity(name)
Receive notification of a skipped entity.
The Parser will invoke this method once for each entity skipped. Non-validating processors may skip entities if they have not seen the declarations (because, for example, the entity was declared in an external DTD subset). All processors may skip external entities, depending on the values of the http://xml.org/sax/features/external-general-entities and the http://xml.org/sax/features/external-parameter-entities properties.
startDocument()
startElement(name, attrs)
startElementNS(name, tagName, attrs)
startPrefixMapping(prefix, uri)