Interface OpenElementEvent

All Superinterfaces:
DiffXEvent, XMLFormattable, XMLWritable
All Known Implementing Classes:
OpenElementEventImpl, OpenElementEventNSImpl

public interface OpenElementEvent extends DiffXEvent
The event corresponding to the startElement SAX event.
Version:
23 December 2004
  • Method Details

    • getName

      String getName()
      Returns the local name of the element.
      Returns:
      The local name of the element.
    • getURI

      String getURI()
      Returns the namespace URI the element belongs to.
      Returns:
      The namespace URI the element belongs to.