All Packages Class Hierarchy This Package Previous Next Index
Class org.w3c.css.parser.AttributeExact
java.lang.Object
|
+----org.w3c.css.parser.Attribute
|
+----org.w3c.css.parser.AttributeExact
- public class AttributeExact
- extends Attribute
-
AttributeExact()
-
-
applyAttribute(Attribute)
-
-
canApply(Attribute)
-
-
getValue()
-
-
isId()
-
-
toString()
- Returns a string representation of the object.
AttributeExact
public AttributeExact()
getValue
public final String getValue()
isId
public boolean isId()
- Overrides:
- isId in class Attribute
applyAttribute
public Attribute applyAttribute(Attribute attr) throws AttributeException
- Overrides:
- applyAttribute in class Attribute
canApply
public boolean canApply(Attribute attr)
- Overrides:
- canApply in class Attribute
toString
public String toString()
- Returns a string representation of the object.
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index