java.lang.Object
com.pervasive.datarush.analytics.text.TextElement
com.pervasive.datarush.analytics.text.TextContainer
com.pervasive.datarush.analytics.text.TokenizedWord
- All Implemented Interfaces:
TextNode
A TextContainer that can store a tokenized word.
-
Field Summary
Fields inherited from class com.pervasive.datarush.analytics.text.TextContainer
children, nextSibling, parent, prevSibling -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.pervasive.datarush.analytics.text.TextContainer
equals, getChildCount, getChildren, getDecoder, getEncoder, getIterator, getIterator, getNextSibling, getParent, getPostIterator, getPostIterator, getPrevSibling, hashCode, toStringMethods inherited from class com.pervasive.datarush.analytics.text.TextElement
getType, getValue
-
Constructor Details
-
TokenizedWord
Create a tokenized word container.- Parameters:
value- the word to store in this container
-