Uses of Interface
org.attoparser.simple.ISimpleMarkupHandler
Packages that use ISimpleMarkupHandler
Package
Description
Artifacts for parsing using a simplified version of the handler interfaces.
-
Uses of ISimpleMarkupHandler in org.attoparser.simple
Classes in org.attoparser.simple that implement ISimpleMarkupHandlerModifier and TypeClassDescriptionclass
Base abstract implementation ofISimpleMarkupHandler
that implements all of its methods as no-ops.Fields in org.attoparser.simple declared as ISimpleMarkupHandlerModifier and TypeFieldDescriptionprivate final ISimpleMarkupHandler
SimplifierMarkupHandler.handler
Methods in org.attoparser.simple with parameters of type ISimpleMarkupHandlerModifier and TypeMethodDescriptionvoid
ISimpleMarkupParser.parse
(char[] document, int offset, int len, ISimpleMarkupHandler handler) Parse a document using the specifiedISimpleMarkupHandler
.void
ISimpleMarkupParser.parse
(char[] document, ISimpleMarkupHandler handler) Parse a document using the specifiedISimpleMarkupHandler
.void
ISimpleMarkupParser.parse
(Reader reader, ISimpleMarkupHandler handler) Parse a document using the specifiedISimpleMarkupHandler
.void
ISimpleMarkupParser.parse
(String document, ISimpleMarkupHandler handler) Parse a document using the specifiedISimpleMarkupHandler
.void
SimpleMarkupParser.parse
(char[] document, int offset, int len, ISimpleMarkupHandler handler) void
SimpleMarkupParser.parse
(char[] document, ISimpleMarkupHandler handler) void
SimpleMarkupParser.parse
(Reader reader, ISimpleMarkupHandler handler) void
SimpleMarkupParser.parse
(String document, ISimpleMarkupHandler handler) Constructors in org.attoparser.simple with parameters of type ISimpleMarkupHandlerModifierConstructorDescriptionCreates a new instance of this parser.