|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.css.parser.AbstractAttributeCondition
org.apache.batik.css.parser.DefaultIdCondition
This class provides an implementation of the
AttributeCondition
interface.
Field Summary |
Fields inherited from class org.apache.batik.css.parser.AbstractAttributeCondition |
value |
Constructor Summary | |
DefaultIdCondition(String value)
Creates a new DefaultAttributeCondition object. |
Method Summary | |
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. |
Methods inherited from class org.apache.batik.css.parser.AbstractAttributeCondition |
getValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DefaultIdCondition(String value)
Method Detail |
public short getConditionType()
Condition.getConditionType()
.
public String getNamespaceURI()
AttributeCondition.getNamespaceURI()
.
public String getLocalName()
AttributeCondition.getLocalName()
.
public boolean getSpecified()
AttributeCondition.getSpecified()
.
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |