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

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

public class DefaultBeginHyphenAttributeCondition
extends DefaultAttributeCondition

This class provides an implementation of the AttributeConditioninterface.

バージョン:
$Id: DefaultBeginHyphenAttributeCondition.java,v 1.2 2003/08/08 11:38:57 vhardy 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
 
コンストラクタの概要
DefaultBeginHyphenAttributeCondition(String localName, String namespaceURI, boolean specified, 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
 

コンストラクタの詳細

DefaultBeginHyphenAttributeCondition

public DefaultBeginHyphenAttributeCondition(String localName,
                                            String namespaceURI,
                                            boolean specified,
                                            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.