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

java.lang.Object
  拡張jp.cssj.sakae.sac.parser.AbstractAttributeCondition
      拡張jp.cssj.sakae.sac.parser.DefaultAttributeCondition
すべての実装インタフェース:
AttributeCondition, Condition
直系の既知のサブクラス:
DefaultBeginHyphenAttributeCondition, DefaultClassCondition, DefaultOneOfAttributeCondition

public class DefaultAttributeCondition
extends AbstractAttributeCondition

This class provides an implementation of the AttributeConditioninterface.

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

フィールドの概要
protected  String localName
          The attribute's local name.
protected  String namespaceURI
          The attribute's namespace URI.
protected  boolean specified
          Whether this condition applies to specified attributes.
 
クラス 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
 
コンストラクタの概要
DefaultAttributeCondition(String localName, String namespaceURI, boolean specified, String value)
          Creates a new DefaultAttributeCondition object.
 
メソッドの概要
 short getConditionType()
          SAC : Implements Condition.getConditionType().
 String getLocalName()
          SAC : Implements AttributeCondition.getLocalName().
 String getNamespaceURI()
          SAC : Implements AttributeCondition.getNamespaceURI().
 boolean getSpecified()
          SAC : Implements AttributeCondition.getSpecified().
 String toString()
          Returns a text representation of this object.
 
クラス jp.cssj.sakae.sac.parser.AbstractAttributeCondition から継承したメソッド
getValue
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

localName

protected String localName
The attribute's local name.


namespaceURI

protected String namespaceURI
The attribute's namespace URI.


specified

protected boolean specified
Whether this condition applies to specified attributes.

コンストラクタの詳細

DefaultAttributeCondition

public DefaultAttributeCondition(String localName,
                                 String namespaceURI,
                                 boolean specified,
                                 String value)
Creates a new DefaultAttributeCondition object.

メソッドの詳細

getConditionType

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


getNamespaceURI

public String getNamespaceURI()
SAC : Implements AttributeCondition.getNamespaceURI().


getLocalName

public String getLocalName()
SAC : Implements AttributeCondition.getLocalName().


getSpecified

public boolean getSpecified()
SAC : Implements AttributeCondition.getSpecified().


toString

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



(c)2009 GNN & Co.,Ltd.