om.SaxDocumentHandler.endElement
Processes the end of an element.
Syntax
endElement(
name STRING )
- name is the tag name of the element.
Usage
The endElement()
method processes the end of an element with the SAX interface.
Processes the end of an element.
endElement(
name STRING )
The endElement()
method processes the end of an element with the SAX interface.