Package 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
A text event representing a word.
- Version:
- 27 March 2010
-
Field Summary
Fields inherited from class com.topologi.diffx.event.impl.DiffXEventBase
ESC, weight -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.topologi.diffx.event.impl.CharactersEventBase
equals, getCharacters, hashCode, toXML, toXMLMethods inherited from class com.topologi.diffx.event.impl.DiffXEventBase
equals, getWeight, setWeight, toXMLMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.topologi.diffx.event.DiffXEvent
equals, getWeight, setWeightMethods inherited from interface com.topologi.diffx.event.TextEvent
getCharactersMethods inherited from interface com.topologi.diffx.xml.XMLFormattable
toXML, toXMLMethods inherited from interface com.topologi.diffx.xml.XMLWritable
toXML
-
Constructor Details
-
WordEvent
Creates a new word event.- Parameters:
w- The word as a string.- Throws:
NullPointerException- If the given String isnull.
-
-
Method Details