Uses of Class
com.rtfparserkit.parser.standard.StringEvent
-
Packages that use StringEvent Package Description com.rtfparserkit.parser.standard -
-
Uses of StringEvent in com.rtfparserkit.parser.standard
Methods in com.rtfparserkit.parser.standard with parameters of type StringEvent Modifier and Type Method Description private IParserEventDefaultEventHandler. mergeStringEvents(StringEvent event)Removes the string event from the end of the buffer, merges it with the string event we've just received, and adds the new event to the end of the buffer.
-