com.topologi.diffx.event
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
Author:
Christophe Lauret

Method Summary
 String getName()
          Returns the local name of the element.
 String getURI()
          Returns the namespace URI the element belongs to.
 
Methods inherited from interface com.topologi.diffx.event.DiffXEvent
equals, getWeight, setWeight
 
Methods inherited from interface com.topologi.diffx.xml.XMLWritable
toXML
 
Methods inherited from interface com.topologi.diffx.xml.XMLFormattable
toXML, toXML
 

Method Detail

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.