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