| Package | Description |
|---|---|
| cz.vutbr.web.css | |
| cz.vutbr.web.csskit |
| Modifier and Type | Method and Description |
|---|---|
Selector.Operator |
Selector.ElementAttribute.getOperator() |
static Selector.Operator |
Selector.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Selector.Operator[] |
Selector.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Selector.ElementAttribute |
RuleFactory.createAttribute(String value,
boolean isStringValue,
Selector.Operator operator,
String attribute)
Creates CSS selector part, element attribute
|
void |
Selector.ElementAttribute.setOperator(Selector.Operator operator) |
| Modifier and Type | Method and Description |
|---|---|
Selector.Operator |
SelectorImpl.ElementAttributeImpl.getOperator() |
| Modifier and Type | Method and Description |
|---|---|
Selector.ElementAttribute |
RuleFactoryImpl.createAttribute(String value,
boolean isStringValue,
Selector.Operator operator,
String attribute) |
static boolean |
ElementUtil.matchesAttribute(Element e,
String name,
String value,
Selector.Operator o) |
void |
SelectorImpl.ElementAttributeImpl.setOperator(Selector.Operator operator) |
| Constructor and Description |
|---|
SelectorImpl.ElementAttributeImpl(String value,
boolean isStringValue,
Selector.Operator operator,
String attribute) |
Copyright © 2014. All rights reserved.