Class EndElementEvent
java.lang.Object
org.itsallcode.openfasttrace.importer.xmlparser.event.EndElementEvent
A model for a SAX end element event.
-
Method Summary
-
Method Details
-
create
Creates a new end element event.- Parameters:
uri- the namespace URI of the element name.localName- the local element name.qName- the qname of the element.location- the location in the document.- Returns:
- a new end element event.
-
getName
Get theQNameof the element.- Returns:
- the
QNameof the element.
-
getLocation
Get theLocationof the element.- Returns:
- the
Locationof the element.
-
toString
-