com.topologi.diffx.event.impl
Class WordEvent
java.lang.Object
com.topologi.diffx.event.impl.DiffXEventBase
com.topologi.diffx.event.impl.CharactersEventBase
com.topologi.diffx.event.impl.WordEvent
- All Implemented Interfaces:
- DiffXEvent, TextEvent, XMLFormattable, XMLWritable
- public final class WordEvent
- extends CharactersEventBase
- implements TextEvent
A text event representing a word.
- Version:
- 23 December 2004
- Author:
- Christophe Lauret (Allette Systems)
WordEvent
public WordEvent(CharSequence w)
throws NullPointerException
- Creates a new word event.
- Parameters:
w - The word as a string.
- Throws:
NullPointerException - If the given String is null.
toString
public String toString()
- See Also:
Object.toString()