Uses of Class
org.attoparser.ParseStatus
Packages that use ParseStatus
Package
Description
Main parser and handler artifacts: basic interfaces and implementations.
Handlers for duplicating events between more than one handler.
Handlers for filtering a part or several parts of markup during parsing
in a fast and efficient way.
-
Uses of ParseStatus in org.attoparser
Methods in org.attoparser with parameters of type ParseStatusModifier and TypeMethodDescriptionvoidAbstractChainedMarkupHandler.setParseStatus(ParseStatus status) voidAbstractMarkupHandler.setParseStatus(ParseStatus status) voidIMarkupHandler.setParseStatus(ParseStatus status) Sets theParseStatusobject that will be used during the parsing operation. -
Uses of ParseStatus in org.attoparser.duplicate
Methods in org.attoparser.duplicate with parameters of type ParseStatus -
Uses of ParseStatus in org.attoparser.select
Methods in org.attoparser.select with parameters of type ParseStatusModifier and TypeMethodDescriptionvoidBlockSelectorMarkupHandler.setParseStatus(ParseStatus status) voidNodeSelectorMarkupHandler.setParseStatus(ParseStatus status)