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 voidAbstractChainedMarkupHandler. setParseSelection(ParseSelection selection)voidAbstractMarkupHandler. setParseSelection(ParseSelection selection)voidHtmlMarkupHandler. setParseSelection(ParseSelection selection)voidIMarkupHandler. setParseSelection(ParseSelection selection)Sets theParseSelectionobject 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 voidDuplicateMarkupHandler. setParseSelection(ParseSelection selection) -
Uses of ParseSelection in org.attoparser.select
Fields in org.attoparser.select declared as ParseSelection Modifier and Type Field Description private ParseSelectionAttributeSelectionMarkingMarkupHandler. selectionprivate ParseSelectionBlockSelectorMarkupHandler. selectionprivate ParseSelectionNodeSelectorMarkupHandler. selectionMethods in org.attoparser.select with parameters of type ParseSelection Modifier and Type Method Description voidAttributeSelectionMarkingMarkupHandler. setParseSelection(ParseSelection selection)voidBlockSelectorMarkupHandler. setParseSelection(ParseSelection selection)voidNodeSelectorMarkupHandler. setParseSelection(ParseSelection selection)
-