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

java.lang.Object
  拡張jp.cssj.sakae.sac.parser.AbstractAttributeCondition
      拡張jp.cssj.sakae.sac.parser.DefaultAttributeCondition
          拡張jp.cssj.sakae.sac.parser.DefaultClassCondition
すべての実装インタフェース:
AttributeCondition, Condition

public class DefaultClassCondition
extends DefaultAttributeCondition

This class provides an implementation of the AttributeConditioninterface.

バージョン:
$Id: DefaultClassCondition.java,v 1.1 2005/05/17 04:18:23 harumanx Exp $
作成者:
Stephane Hillion

フィールドの概要
 
クラス jp.cssj.sakae.sac.parser.DefaultAttributeCondition から継承したフィールド
localName, namespaceURI, specified
 
クラス jp.cssj.sakae.sac.parser.AbstractAttributeCondition から継承したフィールド
value
 
インタフェース org.w3c.css.sac.Condition から継承したフィールド
SAC_AND_CONDITION, SAC_ATTRIBUTE_CONDITION, SAC_BEGIN_HYPHEN_ATTRIBUTE_CONDITION, SAC_CLASS_CONDITION, SAC_CONTENT_CONDITION, SAC_ID_CONDITION, SAC_LANG_CONDITION, SAC_NEGATIVE_CONDITION, SAC_ONE_OF_ATTRIBUTE_CONDITION, SAC_ONLY_CHILD_CONDITION, SAC_ONLY_TYPE_CONDITION, SAC_OR_CONDITION, SAC_POSITIONAL_CONDITION, SAC_PSEUDO_CLASS_CONDITION
 
コンストラクタの概要
DefaultClassCondition(String namespaceURI, String value)
          Creates a new DefaultAttributeCondition object.
 
メソッドの概要
 short getConditionType()
          SAC : Implements Condition.getConditionType().
 String toString()
          Returns a text representation of this object.
 
クラス jp.cssj.sakae.sac.parser.DefaultAttributeCondition から継承したメソッド
getLocalName, getNamespaceURI, getSpecified
 
クラス jp.cssj.sakae.sac.parser.AbstractAttributeCondition から継承したメソッド
getValue
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

DefaultClassCondition

public DefaultClassCondition(String namespaceURI,
                             String value)
Creates a new DefaultAttributeCondition object.

メソッドの詳細

getConditionType

public short getConditionType()
SAC : Implements Condition.getConditionType().

定義:
インタフェース Condition 内の getConditionType
オーバーライド:
クラス DefaultAttributeCondition 内の getConditionType

toString

public String toString()
Returns a text representation of this object.

オーバーライド:
クラス DefaultAttributeCondition 内の toString


(c)2009 GNN & Co.,Ltd.