Uses of Class
com.helger.css.decl.ECSSAttributeOperator
-
Packages that use ECSSAttributeOperator Package Description com.helger.css.decl -
-
Uses of ECSSAttributeOperator in com.helger.css.decl
Methods in com.helger.css.decl that return ECSSAttributeOperator Modifier and Type Method Description static ECSSAttributeOperatorECSSAttributeOperator. getFromNameOrNull(String sName)ECSSAttributeOperatorCSSSelectorAttribute. getOperator()static ECSSAttributeOperatorECSSAttributeOperator. valueOf(String name)Returns 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 ECSSAttributeOperator Constructor Description CSSSelectorAttribute(String sNamespacePrefix, String sAttrName, ECSSAttributeOperator eOperator, String sAttrValue)
-