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
  • name Element name.
  • model Content model.
Throws
  • SAXException if the application wants to interrupt parsing.
Example
handler.elementDecl("book", "(title,author)")