| Package | Description |
|---|---|
| cz.vutbr.web.css | |
| cz.vutbr.web.csskit |
| Modifier and Type | Method and Description |
|---|---|
static MatchCondition |
CSSFactory.getDefaultMatchCondition()
Obtains the default match condition to be used for matching the elements and selector parts.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Selector.matches(Element e,
MatchCondition cond)
Matches simple selector against DOM element with an additional condition
|
boolean |
Selector.SelectorPart.matches(Element e,
MatchCondition cond) |
static void |
CSSFactory.registerDefaultMatchCondition(MatchCondition newMatchCondition)
Registers a new default match condition to be used for matching the elements and selector parts.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MatchConditionImpl
A default match condition that matches the LINK (or other) pseudo classes to link elements.
|
class |
MatchConditionOnElements
A match condition for matching the pseudo classes to particular elements.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SelectorImpl.matches(Element e,
MatchCondition cond) |
boolean |
SelectorImpl.ElementNameImpl.matches(Element e,
MatchCondition cond) |
boolean |
SelectorImpl.ElementClassImpl.matches(Element e,
MatchCondition cond) |
boolean |
SelectorImpl.PseudoPageImpl.matches(Element e,
MatchCondition cond) |
boolean |
SelectorImpl.ElementIDImpl.matches(Element e,
MatchCondition cond) |
boolean |
SelectorImpl.ElementAttributeImpl.matches(Element e,
MatchCondition cond) |
boolean |
SelectorImpl.ElementDOMImpl.matches(Element e,
MatchCondition cond) |
Copyright © 2014. All rights reserved.