Receive notification of the start of an element.
By default, do nothing. Application writers may override this
method in a subclass to take specific actions at the start of
each element (such as allocating a new tree node or writing
output to a file).
Parameters:
-
uri - The Namespace URI, or the empty string if the
element has no Namespace URI or if Namespace
processing is not being performed.
-
localName - The local name (without prefix), or the
empty string if Namespace processing is not being
performed.
-
qName - The qualified name (with prefix), or the
empty string if qualified names are not available.
-
attributes - The attributes attached to the element. If
there are no attributes, it shall be an empty
Attributes object.
Throws:
-
org.xml.sax.SAXException - Any SAX exception, possibly
wrapping another exception.
See Also:
ContentHandler.startElement(java.lang.String, java.lang.String, java.lang.String, org.xml.sax.Attributes)
,