org.xml.sax.ext.DeclHandler.elementDecl
method
public elementDecl(name as String, model as String) as Void throws SAXException
Description

Reports an element type declaration.

Parameters
ParameterDescription
nameElement name.
modelContent model.
Throws
  • SAXException if the application wants to interrupt parsing.
Example
handler.elementDecl("book", "(title,author)")