Uses of Interface
com.topologi.diffx.event.TextEvent
Packages that use TextEvent
Package
Description
The events implementations used by the Diff-X.
The set of classes to load characters / text data specifically.
-
Uses of TextEvent in com.topologi.diffx.event.impl
Classes in com.topologi.diffx.event.impl that implement TextEventModifier and TypeClassDescriptionfinal classAn event corresponds to the "characters" SAX event.classA base class for all the characters events "characters" SAX event.final classA particular type of event reserved for ignored white spaces.final classAn interface for any data that comes from a text node.final classA particular type of event reserved for white spaces.final classA text event representing a word. -
Uses of TextEvent in com.topologi.diffx.load.text
Fields in com.topologi.diffx.load.text with type parameters of type TextEventModifier and TypeFieldDescriptionTokenizerByChar.recyclingMap characters to events in order to recycle events as they are created.TokenizerByWord.recyclingMap characters to events in order to recycle events as they are created.Methods in com.topologi.diffx.load.text that return TextEventModifier and TypeMethodDescriptionprivate TextEventTokenizerByWord.getSpaceEvent(String space) Returns the space event corresponding to the specified characters.private TextEventTokenizerByWord.getWordEvent(String word) Returns the word event corresponding to the specified characters.Methods in com.topologi.diffx.load.text that return types with arguments of type TextEventModifier and TypeMethodDescriptionTextTokenizer.tokenize(CharSequence seq) Returns the list ofTextEventcorresponding to the specified character sequence.TokenizerByChar.tokenize(CharSequence seq) Returns the list ofTextEventcorresponding to the specified character sequence.TokenizerByText.tokenize(CharSequence seq) Returns the list ofTextEventcorresponding to the specified character sequence.TokenizerByWord.tokenize(CharSequence seq) Returns the list ofTextEventcorresponding to the specified character sequence.