Uses of Enum Class
org.attoparser.select.MarkupSelectorItem.IndexCondition.IndexConditionType
Packages that use MarkupSelectorItem.IndexCondition.IndexConditionType
Package
Description
Handlers for filtering a part or several parts of markup during parsing
in a fast and efficient way.
-
Uses of MarkupSelectorItem.IndexCondition.IndexConditionType in org.attoparser.select
Fields in org.attoparser.select declared as MarkupSelectorItem.IndexCondition.IndexConditionTypeModifier and TypeFieldDescription(package private) final MarkupSelectorItem.IndexCondition.IndexConditionType
MarkupSelectorItem.IndexCondition.type
Methods in org.attoparser.select that return MarkupSelectorItem.IndexCondition.IndexConditionTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.MarkupSelectorItem.IndexCondition.IndexConditionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.attoparser.select with parameters of type MarkupSelectorItem.IndexCondition.IndexConditionTypeModifierConstructorDescription(package private)
IndexCondition
(MarkupSelectorItem.IndexCondition.IndexConditionType type, int value)