- All Superinterfaces:
Condition
A
Condition
for a pseudo-class or pseudo-element.-
Nested Class Summary
Nested classes/interfaces inherited from interface io.sf.carte.doc.style.css.nsac.Condition
Condition.ConditionType
-
Method Summary
Modifier and TypeMethodDescriptionIf this condition represents a pseudo-class with an argument (in parentheses), it returns the argument.getName()
The name of this pseudo-class or pseudo-element.Methods inherited from interface io.sf.carte.doc.style.css.nsac.Condition
getConditionType
-
Method Details
-
getName
String getName()The name of this pseudo-class or pseudo-element.- Returns:
- the name of this pseudo-class or pseudo-element.
-
getArgument
String getArgument()If this condition represents a pseudo-class with an argument (in parentheses), it returns the argument.- Returns:
- the argument of the pseudo-class.
-