java.lang.Object
org.itsallcode.openfasttrace.importer.xmlparser.event.EndElementEvent

public class EndElementEvent extends Object
A model for a SAX end element event.
See Also:
  • Method Details

    • create

      public static EndElementEvent create(String uri, String localName, String qName, Location location)
      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

      public QName getName()
      Get the QName of the element.
      Returns:
      the QName of the element.
    • getLocation

      public Location getLocation()
      Get the Location of the element.
      Returns:
      the Location of the element.
    • toString

      public String toString()
      Overrides:
      toString in class Object