Uses of Class
org.attoparser.trace.MarkupTraceEvent
-
Packages that use MarkupTraceEvent Package Description org.attoparser.trace Handlers for creating traces of parsing events (for testing/debugging). -
-
Uses of MarkupTraceEvent in org.attoparser.trace
Fields in org.attoparser.trace with type parameters of type MarkupTraceEvent Modifier and Type Field Description private java.util.List<MarkupTraceEvent>
TraceBuilderMarkupHandler. trace
Methods in org.attoparser.trace that return types with arguments of type MarkupTraceEvent Modifier and Type Method Description java.util.List<MarkupTraceEvent>
TraceBuilderMarkupHandler. getTrace()
Returns the list ofMarkupTraceEvent
event objects produced during parsing.Methods in org.attoparser.trace with parameters of type MarkupTraceEvent Modifier and Type Method Description boolean
MarkupTraceEvent. matchesTypeAndContent(MarkupTraceEvent event)
Checks whether two events are equal, but only comparing their types and contents, not the lines and columns in which they appeared.
-