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 TypeMethodDescriptionvoidAbstractChainedMarkupHandler.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 ParseSelectionModifier and TypeMethodDescriptionvoidDuplicateMarkupHandler.setParseSelection(ParseSelection selection) -
Uses of ParseSelection in org.attoparser.select
Fields in org.attoparser.select declared as ParseSelectionModifier and TypeFieldDescriptionprivate ParseSelectionAttributeSelectionMarkingMarkupHandler.selectionprivate ParseSelectionBlockSelectorMarkupHandler.selectionprivate ParseSelectionNodeSelectorMarkupHandler.selectionMethods in org.attoparser.select with parameters of type ParseSelectionModifier and TypeMethodDescriptionvoidAttributeSelectionMarkingMarkupHandler.setParseSelection(ParseSelection selection) voidBlockSelectorMarkupHandler.setParseSelection(ParseSelection selection) voidNodeSelectorMarkupHandler.setParseSelection(ParseSelection selection)