Uses of Class
org.apache.tika.parser.microsoft.rtf.jflex.RTFGroupState
Packages that use RTFGroupState
-
Uses of RTFGroupState in org.apache.tika.parser.microsoft.rtf.jflex
Methods in org.apache.tika.parser.microsoft.rtf.jflex that return RTFGroupStateModifier and TypeMethodDescriptionRTFState.getCurrentGroup()Returns the current group state.RTFState.getLastClosedGroup()Returns the group state that was just closed on the most recent GROUP_CLOSE.Methods in org.apache.tika.parser.microsoft.rtf.jflex with parameters of type RTFGroupStateModifier and TypeMethodDescriptionvoidRTFEmbeddedHandler.processToken(RTFToken tok, RTFState rtfState, RTFGroupState closingGroup) Process a token for embedded object/pict handling.Constructors in org.apache.tika.parser.microsoft.rtf.jflex with parameters of type RTFGroupStateModifierConstructorDescriptionRTFGroupState(RTFGroupState parent) Create a child group state inheriting from the parent.