Package org.apache.batik.css.engine.sac
Class CSSDescendantSelector
java.lang.Object
org.apache.batik.css.engine.sac.AbstractDescendantSelector
org.apache.batik.css.engine.sac.CSSDescendantSelector
- All Implemented Interfaces:
ExtendedSelector
,org.w3c.css.sac.DescendantSelector
,org.w3c.css.sac.Selector
This class provides an implementation for the
DescendantSelector
interface.- Version:
- $Id: CSSDescendantSelector.java 1733416 2016-03-03 07:07:13Z gadams $
-
Field Summary
Fields inherited from class org.apache.batik.css.engine.sac.AbstractDescendantSelector
ancestorSelector, simpleSelector
Fields inherited from interface org.w3c.css.sac.Selector
SAC_ANY_NODE_SELECTOR, SAC_CDATA_SECTION_NODE_SELECTOR, SAC_CHILD_SELECTOR, SAC_COMMENT_NODE_SELECTOR, SAC_CONDITIONAL_SELECTOR, SAC_DESCENDANT_SELECTOR, SAC_DIRECT_ADJACENT_SELECTOR, SAC_ELEMENT_NODE_SELECTOR, SAC_NEGATIVE_SELECTOR, SAC_PROCESSING_INSTRUCTION_NODE_SELECTOR, SAC_PSEUDO_ELEMENT_SELECTOR, SAC_ROOT_NODE_SELECTOR, SAC_TEXT_NODE_SELECTOR
-
Constructor Summary
ConstructorsConstructorDescriptionCSSDescendantSelector
(org.w3c.css.sac.Selector ancestor, org.w3c.css.sac.SimpleSelector simple) Creates a new CSSDescendantSelector object. -
Method Summary
Modifier and TypeMethodDescriptionvoid
fillAttributeSet
(Set attrSet) Fills the given set with the attribute names found in this selector.short
SAC: ImplementsSelector.getSelectorType()
.boolean
Tests whether this selector matches the given element.toString()
Returns a representation of the selector.Methods inherited from class org.apache.batik.css.engine.sac.AbstractDescendantSelector
equals, getAncestorSelector, getSimpleSelector, getSpecificity
-
Constructor Details
-
CSSDescendantSelector
public CSSDescendantSelector(org.w3c.css.sac.Selector ancestor, org.w3c.css.sac.SimpleSelector simple) Creates a new CSSDescendantSelector object.
-
-
Method Details
-
getSelectorType
public short getSelectorType()SAC: ImplementsSelector.getSelectorType()
. -
match
Tests whether this selector matches the given element. -
fillAttributeSet
Fills the given set with the attribute names found in this selector. -
toString
Returns a representation of the selector.
-