public interface AttributeEvent extends DiffXEvent
| Modifier and Type | Method and Description |
|---|---|
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.
|
equals, getWeight, setWeighttoXMLtoXML, toXMLString 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.Copyright © 2007-2022. All Rights Reserved.