Package com.topologi.diffx.event.impl
Class CharactersEvent
java.lang.Object
com.topologi.diffx.event.impl.DiffXEventBase
com.topologi.diffx.event.impl.CharactersEventBase
com.topologi.diffx.event.impl.CharactersEvent
- All Implemented Interfaces:
DiffXEvent,TextEvent,XMLFormattable,XMLWritable
An event corresponds to the "characters" SAX event.
This event can be used to represent the text content of entire element. Typically, this would happen when there is no need to examine the text content of the node.
- Version:
- 28 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
getWeight, setWeightMethods inherited from interface com.topologi.diffx.xml.XMLFormattable
toXML
-
Constructor Details
-
CharactersEvent
Creates a new characters event.- Parameters:
seq- The char sequence.- Throws:
NullPointerException- If the given String isnull.
-
-
Method Details