Uses of Class
org.apache.tika.parser.microsoft.rtf.jflex.RTFToken
Packages that use RTFToken
-
Uses of RTFToken in org.apache.tika.parser.microsoft.rtf.jflex
Methods in org.apache.tika.parser.microsoft.rtf.jflex that return RTFTokenModifier and TypeMethodDescriptionRTFTokenizer.getToken()Returns the reusable token instance.RTFTokenizer.yylex()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.Methods in org.apache.tika.parser.microsoft.rtf.jflex with parameters of type RTFTokenModifier and TypeMethodDescriptionvoidRTFEmbeddedHandler.processToken(RTFToken tok, RTFState rtfState, RTFGroupState closingGroup) Process a token for embedded object/pict handling.booleanRTFState.processToken(RTFToken tok) Process a single token to update internal state.