|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AttributeEvent
An event for attributes.
| Method Summary | |
|---|---|
String |
getName()
Returns the local name of the attribute. |
String |
getURI()
Returns the namespace URI the attribute belongs to. |
String |
getValue()
Returns the value of the attribute. |
| 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 |
|---|
String getName()
This method should never return null.
String getValue()
This method should never return null.
String getURI()
This method should return null if the implementation
is not namespace aware or if the attribute is not bound to any namespace.
null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||