Uses of Class
com.rtfparserkit.parser.standard.ParserEventType
-
Packages that use ParserEventType Package Description com.rtfparserkit.parser.standard -
-
Uses of ParserEventType in com.rtfparserkit.parser.standard
Methods in com.rtfparserkit.parser.standard that return ParserEventType Modifier and Type Method Description ParserEventTypeBinaryBytesEvent. getType()Retrieve the event type.ParserEventTypeCommandEvent. getType()Retrieve the event type.ParserEventTypeDocumentEndEvent. getType()Retrieve the event type.ParserEventTypeDocumentStartEvent. getType()Retrieve the event type.ParserEventTypeGroupEndEvent. getType()Retrieve the event type.ParserEventTypeGroupStartEvent. getType()Retrieve the event type.ParserEventTypeIParserEvent. getType()Retrieve the event type.ParserEventTypeStringEvent. getType()Retrieve the event type.static ParserEventTypeParserEventType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ParserEventType[]ParserEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-