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 TypeClassDescriptionclassBase abstract implementation ofISimpleMarkupHandlerthat implements all of its methods as no-ops.Fields in org.attoparser.simple declared as ISimpleMarkupHandlerModifier and TypeFieldDescriptionprivate final ISimpleMarkupHandlerSimplifierMarkupHandler.handlerMethods in org.attoparser.simple with parameters of type ISimpleMarkupHandlerModifier and TypeMethodDescriptionvoidISimpleMarkupParser.parse(char[] document, int offset, int len, ISimpleMarkupHandler handler) Parse a document using the specifiedISimpleMarkupHandler.voidISimpleMarkupParser.parse(char[] document, ISimpleMarkupHandler handler) Parse a document using the specifiedISimpleMarkupHandler.voidISimpleMarkupParser.parse(Reader reader, ISimpleMarkupHandler handler) Parse a document using the specifiedISimpleMarkupHandler.voidISimpleMarkupParser.parse(String document, ISimpleMarkupHandler handler) Parse a document using the specifiedISimpleMarkupHandler.voidSimpleMarkupParser.parse(char[] document, int offset, int len, ISimpleMarkupHandler handler) voidSimpleMarkupParser.parse(char[] document, ISimpleMarkupHandler handler) voidSimpleMarkupParser.parse(Reader reader, ISimpleMarkupHandler handler) voidSimpleMarkupParser.parse(String document, ISimpleMarkupHandler handler) Constructors in org.attoparser.simple with parameters of type ISimpleMarkupHandlerModifierConstructorDescriptionCreates a new instance of this parser.