|
|||||||||
| Home >> All >> org >> apache >> batik >> css >> engine >> [ sac overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.batik.css.engine.sac
Class CSSAttributeCondition

java.lang.Objectorg.apache.batik.css.engine.sac.AbstractAttributeCondition
org.apache.batik.css.engine.sac.CSSAttributeCondition
- All Implemented Interfaces:
- org.w3c.css.sac.AttributeCondition, org.w3c.css.sac.Condition, ExtendedCondition
- Direct Known Subclasses:
- CSSBeginHyphenAttributeCondition, CSSClassCondition, CSSOneOfAttributeCondition
- public class CSSAttributeCondition
- extends AbstractAttributeCondition
This class provides an implementation of the org.w3c.css.sac.AttributeCondition interface.
- Version:
- $Id: CSSAttributeCondition.java,v 1.4 2004/08/18 07:12:51 vhardy Exp $
| Field Summary | |
protected java.lang.String |
localName
The attribute's local name. |
protected java.lang.String |
namespaceURI
The attribute's namespace URI. |
protected boolean |
specified
Whether this condition applies to specified attributes. |
| Fields inherited from class org.apache.batik.css.engine.sac.AbstractAttributeCondition |
value |
| Constructor Summary | |
CSSAttributeCondition(java.lang.String localName,
java.lang.String namespaceURI,
boolean specified,
java.lang.String value)
Creates a new CSSAttributeCondition object. |
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one. |
void |
fillAttributeSet(java.util.Set attrSet)
Fills the given set with the attribute names found in this selector. |
short |
getConditionType()
SAC: Implements Condition.getConditionType()> Condition.getConditionType() 55 . |
java.lang.String |
getLocalName()
SAC: Implements AttributeCondition.getLocalName()> AttributeCondition.getLocalName() 55 . |
java.lang.String |
getNamespaceURI()
SAC: Implements AttributeCondition.getNamespaceURI()> AttributeCondition.getNamespaceURI() 55 . |
boolean |
getSpecified()
SAC: Implements AttributeCondition.getSpecified()> AttributeCondition.getSpecified() 55 . |
boolean |
match(org.w3c.dom.Element e,
java.lang.String pseudoE)
Tests whether this condition matches the given element. |
java.lang.String |
toString()
Returns a text representation of this object. |
| Methods inherited from class org.apache.batik.css.engine.sac.AbstractAttributeCondition |
getSpecificity, getValue |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
localName
protected java.lang.String localName
- The attribute's local name.
namespaceURI
protected java.lang.String namespaceURI
- The attribute's namespace URI.
specified
protected boolean specified
- Whether this condition applies to specified attributes.
| Constructor Detail |
CSSAttributeCondition
public CSSAttributeCondition(java.lang.String localName, java.lang.String namespaceURI, boolean specified, java.lang.String value)
- Creates a new CSSAttributeCondition object.
| Method Detail |
equals
public boolean equals(java.lang.Object obj)
- Indicates whether some other object is "equal to" this one.
- Overrides:
equalsin classAbstractAttributeCondition
getConditionType
public short getConditionType()
- SAC: Implements Condition.getConditionType()>
Condition.getConditionType()55 .
getNamespaceURI
public java.lang.String getNamespaceURI()
- SAC: Implements AttributeCondition.getNamespaceURI()>
AttributeCondition.getNamespaceURI()55 .
getLocalName
public java.lang.String getLocalName()
- SAC: Implements AttributeCondition.getLocalName()>
AttributeCondition.getLocalName()55 .
getSpecified
public boolean getSpecified()
- SAC: Implements AttributeCondition.getSpecified()>
AttributeCondition.getSpecified()55 .
match
public boolean match(org.w3c.dom.Element e, java.lang.String pseudoE)
- Tests whether this condition matches the given element.
fillAttributeSet
public void fillAttributeSet(java.util.Set attrSet)
- Fills the given set with the attribute names found in this selector.
toString
public java.lang.String toString()
- Returns a text representation of this object.
|
|||||||||
| Home >> All >> org >> apache >> batik >> css >> engine >> [ sac overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC