Uses of Class
org.attoparser.select.ParseSelection
-
Packages that use ParseSelection Package Description org.attoparser Main parser and handler artifacts: basic interfaces and implementations.org.attoparser.duplicate Handlers for duplicating events between more than one handler.org.attoparser.select 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 ParseSelection Modifier and Type Method Description void
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 ParseSelection Modifier and Type Method Description void
DuplicateMarkupHandler. setParseSelection(ParseSelection selection)
-
Uses of ParseSelection in org.attoparser.select
Fields in org.attoparser.select declared as ParseSelection Modifier and Type Field Description private ParseSelection
AttributeSelectionMarkingMarkupHandler. selection
private ParseSelection
BlockSelectorMarkupHandler. selection
private ParseSelection
NodeSelectorMarkupHandler. selection
Methods in org.attoparser.select with parameters of type ParseSelection Modifier and Type Method Description void
AttributeSelectionMarkingMarkupHandler. setParseSelection(ParseSelection selection)
void
BlockSelectorMarkupHandler. setParseSelection(ParseSelection selection)
void
NodeSelectorMarkupHandler. setParseSelection(ParseSelection selection)
-