|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Selector | |
---|---|
org.eclipse.mylyn.internal.wikitext.core.util.css |
Uses of Selector in org.eclipse.mylyn.internal.wikitext.core.util.css |
---|
Subclasses of Selector in org.eclipse.mylyn.internal.wikitext.core.util.css | |
---|---|
class |
AnySelector
A CSS selector that selects any element |
class |
CompositeSelector
A selector that can select based on a set of delegates. |
class |
CssClassSelector
a selector that selects elements based on their having a CSS class |
class |
DescendantSelector
|
class |
IdSelector
A selector that selects elements having an id equal to a specific value. |
class |
NameSelector
a selector that selects elements based on their name |
Methods in org.eclipse.mylyn.internal.wikitext.core.util.css that return Selector | |
---|---|
Selector |
DescendantSelector.getAncestorSelector()
|
Selector |
Block.getSelector()
|
Selector |
CssParser.parseSelector(String selectorText)
NOT API public for testing purposes only |
Methods in org.eclipse.mylyn.internal.wikitext.core.util.css that return types with arguments of type Selector | |
---|---|
List<Selector> |
CompositeSelector.getComponents()
|
Constructors in org.eclipse.mylyn.internal.wikitext.core.util.css with parameters of type Selector | |
---|---|
DescendantSelector(Selector ancestorSelector)
|
Constructor parameters in org.eclipse.mylyn.internal.wikitext.core.util.css with type arguments of type Selector | |
---|---|
CompositeSelector(boolean and,
List<Selector> delegates)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |