Uses of Enum
com.helger.css.decl.ECSSAttributeOperator
Packages that use ECSSAttributeOperator
-
Uses of ECSSAttributeOperator in com.helger.css.decl
Methods in com.helger.css.decl that return ECSSAttributeOperatorModifier and TypeMethodDescriptionstatic ECSSAttributeOperatorECSSAttributeOperator.getFromNameOrNull(String sName) CSSSelectorAttribute.getOperator()static ECSSAttributeOperatorReturns the enum constant of this type with the specified name.static ECSSAttributeOperator[]ECSSAttributeOperator.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.helger.css.decl with parameters of type ECSSAttributeOperatorModifierConstructorDescriptionCSSSelectorAttribute(String sNamespacePrefix, String sAttrName, ECSSAttributeOperator eOperator, String sAttrValue)