Package com.topologi.diffx.event
Interface AttributeEvent
- All Superinterfaces:
DiffXEvent,XMLFormattable,XMLWritable
- All Known Implementing Classes:
AttributeEventImpl,AttributeEventNSImpl
An event for attributes.
- Version:
- 3 April 2005
-
Method Summary
Methods inherited from interface com.topologi.diffx.event.DiffXEvent
equals, getWeight, setWeightMethods inherited from interface com.topologi.diffx.xml.XMLFormattable
toXML, toXMLMethods inherited from interface com.topologi.diffx.xml.XMLWritable
toXML
-
Method Details
-
getName
String getName()Returns the local name of the attribute.This method should never return
null.- Returns:
- The local name of the attribute.
-
getValue
String getValue()Returns the value of the attribute.This method should never return
null.- Returns:
- The value of the attribute.
-
getURI
String getURI()Returns the namespace URI the attribute belongs to.This method should return
nullif the implementation is not namespace aware or if the attribute is not bound to any namespace.- Returns:
- The namespace URI the attribute belongs to or
null.
-