All Packages Class Hierarchy This Package Previous Next Index
Class org.w3c.css.parser.AttributeBegin
java.lang.Object
|
+----org.w3c.css.parser.Attribute
|
+----org.w3c.css.parser.AttributeBegin
- public class AttributeBegin
- extends Attribute
-
AttributeBegin()
-
-
applyAttribute(Attribute)
-
-
canApply(Attribute)
-
-
getValue()
-
-
toString()
- Returns a string representation of the object.
AttributeBegin
public AttributeBegin()
getValue
public final String getValue()
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