Uses of Interface
org.attoparser.simple.ISimpleMarkupHandler
-
Packages that use ISimpleMarkupHandler Package Description org.attoparser.simple 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 ISimpleMarkupHandler Modifier and Type Class Description classAbstractSimpleMarkupHandlerBase abstract implementation ofISimpleMarkupHandlerthat implements all of its methods as no-ops.Fields in org.attoparser.simple declared as ISimpleMarkupHandler Modifier and Type Field Description private ISimpleMarkupHandlerSimplifierMarkupHandler. handlerMethods in org.attoparser.simple with parameters of type ISimpleMarkupHandler Modifier and Type Method Description voidISimpleMarkupParser. 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(java.io.Reader reader, ISimpleMarkupHandler handler)Parse a document using the specifiedISimpleMarkupHandler.voidISimpleMarkupParser. parse(java.lang.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(java.io.Reader reader, ISimpleMarkupHandler handler)voidSimpleMarkupParser. parse(java.lang.String document, ISimpleMarkupHandler handler)Constructors in org.attoparser.simple with parameters of type ISimpleMarkupHandler Constructor Description SimplifierMarkupHandler(ISimpleMarkupHandler handler)Creates a new instance of this parser.
-