Uses of Enum
org.attoparser.trace.MarkupTraceEvent.EventType
Packages that use MarkupTraceEvent.EventType
Package
Description
Handlers for creating traces of parsing events (for testing/debugging).
-
Uses of MarkupTraceEvent.EventType in org.attoparser.trace
Subclasses with type arguments of type MarkupTraceEvent.EventType in org.attoparser.traceModifier and TypeClassDescriptionstatic enumEnumeration of all the parsing event types.Methods in org.attoparser.trace that return MarkupTraceEvent.EventTypeModifier and TypeMethodDescriptionMarkupTraceEvent.getEventType()Returns the type of event.static MarkupTraceEvent.EventTypeReturns the enum constant of this type with the specified name.static MarkupTraceEvent.EventType[]MarkupTraceEvent.EventType.values()Returns an array containing the constants of this enum type, in the order they are declared.