jp.cssj.sakae.sac.parser
クラス DefaultConditionalSelector

java.lang.Object
  拡張jp.cssj.sakae.sac.parser.DefaultConditionalSelector
すべての実装インタフェース:
ConditionalSelector, Selector, SimpleSelector

public class DefaultConditionalSelector
extends Object
implements ConditionalSelector

This class provides an implementation of the ConditionalSelectorinterface.

バージョン:
$Id: DefaultConditionalSelector.java,v 1.2 2003/08/08 11:38:57 vhardy Exp $
作成者:
Stephane Hillion

フィールドの概要
protected  Condition condition
          The condition.
protected  SimpleSelector simpleSelector
          The simple selector.
 
インタフェース 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
 
コンストラクタの概要
DefaultConditionalSelector(SimpleSelector s, Condition c)
          Creates a new ConditionalSelector object.
 
メソッドの概要
 Condition getCondition()
          SAC : Implements ConditionalSelector.getCondition().
 short getSelectorType()
          SAC : Implements Selector.getSelectorType().
 SimpleSelector getSimpleSelector()
          SAC : Implements ConditionalSelector.getSimpleSelector().
 String toString()
          Returns a representation of the selector.
 
クラス 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().

定義:
インタフェース Selector 内の getSelectorType

getSimpleSelector

public SimpleSelector getSimpleSelector()
SAC : Implements ConditionalSelector.getSimpleSelector().

定義:
インタフェース ConditionalSelector 内の getSimpleSelector

getCondition

public Condition getCondition()
SAC : Implements ConditionalSelector.getCondition().

定義:
インタフェース ConditionalSelector 内の getCondition

toString

public String toString()
Returns a representation of the selector.



(c)2009 GNN & Co.,Ltd.