MyDeclHandler
DeclHandler
Reports an attribute declaration.parameltName element the attribute is on.paramattName attribute name declared.paramtype the attribute type.paramdefaultValue default value for attribute, if defined.paramvalue value for attribute, if #FIXED.throwsSAXException - when things go wrong.
Reports an attribute declaration.
SAXException
Reports an element declaration.paramname the element's name.parammodel the textual element model.throwsSAXException - when things go wrong.
Reports an element declaration.
Reports an (external) entity declaration.paramname the entity nameparampublicID public ID for the entityparamsystemID system ID for the entitythrowsSAXException - when things go wrong.
Reports an (external) entity declaration.
Reports an (internal) entity declaration.paramname the entity nameparamvalue value for entitythrowsSAXException - when things go wrong.
Reports an (internal) entity declaration.