|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.css.parser.AbstractAttributeCondition | +--org.apache.batik.css.parser.DefaultAttributeCondition | +--org.apache.batik.css.parser.DefaultOneOfAttributeCondition
This class provides an implementation of the
AttributeCondition
interface.
Fields inherited from class org.apache.batik.css.parser.DefaultAttributeCondition |
localName, namespaceURI, specified |
Fields inherited from class org.apache.batik.css.parser.AbstractAttributeCondition |
value |
Constructor Summary | |
DefaultOneOfAttributeCondition(java.lang.String localName,
java.lang.String namespaceURI,
boolean specified,
java.lang.String value)
Creates a new DefaultAttributeCondition object. |
Method Summary | |
short |
getConditionType()
SAC: Implements Condition.getConditionType() . |
java.lang.String |
toString()
Returns a text representation of this object. |
Methods inherited from class org.apache.batik.css.parser.DefaultAttributeCondition |
getLocalName, getNamespaceURI, getSpecified |
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 DefaultOneOfAttributeCondition(java.lang.String localName, java.lang.String namespaceURI, boolean specified, java.lang.String value)
Method Detail |
public short getConditionType()
Condition.getConditionType()
.getConditionType
in class DefaultAttributeCondition
public java.lang.String toString()
toString
in class DefaultAttributeCondition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |