|
|||||||||
Home >> All >> org >> w3c >> css >> [ sac overview ] | PREV NEXT |
Uses of Interface
org.w3c.css.sac.Selector
Uses of Selector in org.w3c.css.sac |
Subinterfaces of Selector in org.w3c.css.sac | |
interface |
CharacterDataSelector
|
interface |
ConditionalSelector
|
interface |
DescendantSelector
|
interface |
ElementSelector
|
interface |
NegativeSelector
|
interface |
ProcessingInstructionSelector
This simple matches a processing instruction. |
interface |
SiblingSelector
|
interface |
SimpleSelector
This interface is only for constraints on selectors. |
Methods in org.w3c.css.sac that return Selector | |
Selector |
DescendantSelector.getAncestorSelector()
Returns the parent selector. |
Selector |
SelectorList.item(int index)
Returns the selector at the specified index, or null if this
is not a valid index. |
Selector |
SiblingSelector.getSelector()
Returns the first selector. |
Methods in org.w3c.css.sac with parameters of type Selector | |
DescendantSelector |
SelectorFactory.createDescendantSelector(Selector parent,
SimpleSelector descendant)
Creates a descendant selector. |
DescendantSelector |
SelectorFactory.createChildSelector(Selector parent,
SimpleSelector child)
Creates a child selector. |
SiblingSelector |
SelectorFactory.createDirectAdjacentSelector(short nodeType,
Selector child,
SimpleSelector directAdjacent)
Creates a sibling selector. |
|
|||||||||
Home >> All >> org >> w3c >> css >> [ sac overview ] | PREV NEXT |