Class DescendantSelectorImpl
java.lang.Object
com.steadystate.css.parser.selectors.DescendantSelectorImpl
- All Implemented Interfaces:
Serializable
,DescendantSelector
,Selector
- See Also:
-
Field Summary
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the parent selector.short
An integer indicating the type ofSelector
toString()
-
Constructor Details
-
DescendantSelectorImpl
-
-
Method Details
-
getSelectorType
public short getSelectorType()Description copied from interface:Selector
An integer indicating the type ofSelector
- Specified by:
getSelectorType
in interfaceSelector
-
getAncestorSelector
Description copied from interface:DescendantSelector
Returns the parent selector.- Specified by:
getAncestorSelector
in interfaceDescendantSelector
-
getSimpleSelector
- Specified by:
getSimpleSelector
in interfaceDescendantSelector
-
toString
-