- All Superinterfaces:
Condition
,Condition2
A condition is applied to a list of selectors that is supplied as an argument to the
selector name.
Represents selectors like :has(...)
and :not(...)
.
-
Field Summary
Fields inherited from interface org.w3c.css.sac.Condition
SAC_AND_CONDITION, SAC_ATTRIBUTE_CONDITION, SAC_BEGIN_HYPHEN_ATTRIBUTE_CONDITION, SAC_CLASS_CONDITION, SAC_CONTENT_CONDITION, SAC_ID_CONDITION, SAC_LANG_CONDITION, SAC_NEGATIVE_CONDITION, SAC_ONE_OF_ATTRIBUTE_CONDITION, SAC_ONLY_CHILD_CONDITION, SAC_ONLY_TYPE_CONDITION, SAC_OR_CONDITION, SAC_POSITIONAL_CONDITION, SAC_PSEUDO_CLASS_CONDITION
Fields inherited from interface io.sf.carte.doc.style.css.nsac.Condition2
SAC_BEGINS_ATTRIBUTE_CONDITION, SAC_ENDS_ATTRIBUTE_CONDITION, SAC_PSEUDO_ELEMENT_CONDITION, SAC_SELECTOR_ARGUMENT_CONDITION, SAC_SUBSTRING_ATTRIBUTE_CONDITION
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
The name of the pseudo-class.Get the list of selectors that were supplied as argument.Methods inherited from interface org.w3c.css.sac.Condition
getConditionType
-
Method Details
-
getSelectors
SelectorList getSelectors()Get the list of selectors that were supplied as argument.- Returns:
- the list of argument selectors.
-
getName
String getName()The name of the pseudo-class.- Returns:
- the name of the pseudo-class.
-