Uses of Class
org.attoparser.select.ParseSelection
Packages that use ParseSelection
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 ParseSelection in org.attoparser
Methods in org.attoparser with parameters of type ParseSelectionModifier and TypeMethodDescriptionvoid
AbstractChainedMarkupHandler.setParseSelection
(ParseSelection selection) void
AbstractMarkupHandler.setParseSelection
(ParseSelection selection) void
HtmlMarkupHandler.setParseSelection
(ParseSelection selection) void
IMarkupHandler.setParseSelection
(ParseSelection selection) Sets theParseSelection
object that represents the different levels of selectors (if any) that are currently active for the fired events. -
Uses of ParseSelection in org.attoparser.duplicate
Methods in org.attoparser.duplicate with parameters of type ParseSelectionModifier and TypeMethodDescriptionvoid
DuplicateMarkupHandler.setParseSelection
(ParseSelection selection) -
Uses of ParseSelection in org.attoparser.select
Fields in org.attoparser.select declared as ParseSelectionModifier and TypeFieldDescriptionprivate ParseSelection
AttributeSelectionMarkingMarkupHandler.selection
private ParseSelection
BlockSelectorMarkupHandler.selection
private ParseSelection
NodeSelectorMarkupHandler.selection
Methods in org.attoparser.select with parameters of type ParseSelectionModifier and TypeMethodDescriptionvoid
AttributeSelectionMarkingMarkupHandler.setParseSelection
(ParseSelection selection) void
BlockSelectorMarkupHandler.setParseSelection
(ParseSelection selection) void
NodeSelectorMarkupHandler.setParseSelection
(ParseSelection selection)