Package org.attoparser.simple
package org.attoparser.simple
Artifacts for parsing using a simplified version of the handler interfaces.
-
ClassDescriptionBase abstract implementation of
ISimpleMarkupHandler
that implements all of its methods as no-ops.Interface to be implemented by all simple Markup Handlers.Interface to be implemented by all simple Markup Parsers.Default implementation ofISimpleMarkupParser
.Implementation of theIMarkupHandler
interface aimed at converting the events launched through this interface to the simpler ones at theISimpleMarkupHandler
interface.