Uses of Interface
com.topologi.diffx.event.AttributeEvent

Packages that use AttributeEvent
com.topologi.diffx.event.impl The events implementations used by the Diff-X. 
 

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.