org.apache.batik.css.parser
Class DefaultConditionalSelector
java.lang.Object
|
+--org.apache.batik.css.parser.DefaultConditionalSelector
- All Implemented Interfaces:
- ConditionalSelector, Selector, SimpleSelector
- public class DefaultConditionalSelector
- extends java.lang.Object
- implements ConditionalSelector
This class provides an implementation of the
ConditionalSelector
interface.
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
simpleSelector
protected SimpleSelector simpleSelector
- The simple selector.
condition
protected Condition condition
- The condition.
DefaultConditionalSelector
public DefaultConditionalSelector(SimpleSelector s,
Condition c)
- Creates a new ConditionalSelector object.
getSelectorType
public short getSelectorType()
- SAC: Implements
Selector.getSelectorType()
.
- Specified by:
getSelectorType
in interface Selector
getSimpleSelector
public SimpleSelector getSimpleSelector()
- SAC: Implements
ConditionalSelector.getSimpleSelector()
.
- Specified by:
getSimpleSelector
in interface ConditionalSelector
getCondition
public Condition getCondition()
- SAC: Implements
ConditionalSelector.getCondition()
.
- Specified by:
getCondition
in interface ConditionalSelector
toString
public java.lang.String toString()
- Returns a representation of the selector.
- Overrides:
toString
in class java.lang.Object
Copyright © 2002 Apache Software Foundation. All Rights Reserved.