[XML-SIG] SAX2: Handler classes
Lars Marius Garshol
larsga@ifi.uio.no
09 Apr 1999 22:44:50 +0200
This list is just copied from the Java proposal. Does anyone think we
should skip any of these or add any new ones?
http://xml.org/sax/handlers/lexical <LexicalHandler>
Receive callbacks for comments, CDATA sections, and (possibly)
entity references.
http://xml.org/sax/handlers/dtd-decl <DTDDeclHandler>
Receive callbacks for element, attribute, and (possibly) parsed
entity declarations.
http://xml.org/sax/handlers/namespace <NamespaceHandler>
Receive callbacks for the start and end of the scope of each
namespace declaration.
--Lars M.