|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AttributeEvent | |
| com.topologi.diffx.event.impl | The events implemnentations used by the Diff-X algorithm. |
| Uses of AttributeEvent in com.topologi.diffx.event.impl |
| Classes in com.topologi.diffx.event.impl that implement AttributeEvent | |
class |
AttributeEventImpl
A basic implementation of the attribute event. |
class |
AttributeEventNSImpl
A namespace aware implementation of the attribute event. |
| Methods in com.topologi.diffx.event.impl that return AttributeEvent | |
AttributeEvent |
EventFactory.makeAttribute(String uri,
String name,
String value)
Returns the attribute event from the name and value given. |
AttributeEvent |
EventFactory.makeAttribute(String uri,
String localName,
String qName,
String value)
Returns the attribute event from the name and value given. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||