Uses of Class
com.topologi.diffx.event.impl.CharactersEventBase

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

Uses of CharactersEventBase in com.topologi.diffx.event.impl
 

Subclasses of CharactersEventBase in com.topologi.diffx.event.impl
 class CharactersEvent
          An event corresponds to the "characters" SAX event.
 class SpaceEvent
          A particular type of event reserved for white spaces.
 class WordEvent
          A text event representing a word.