All Packages Class Hierarchy This Package Previous Next Index
Class org.w3c.css.parser.AttributeOneOf
java.lang.Object
|
+----org.w3c.css.parser.Attribute
|
+----org.w3c.css.parser.AttributeOneOf
- public class AttributeOneOf
- extends Attribute
- implements CssSelectorsConstant
-
AttributeOneOf()
-
-
applyAttribute(Attribute)
-
-
canApply(Attribute)
-
-
getValue()
-
-
getValue(int)
-
-
isClass()
-
-
size()
-
-
toString()
- Returns a string representation of the object.
AttributeOneOf
public AttributeOneOf()
isClass
public boolean isClass()
- Overrides:
- isClass in class Attribute
getValue
public String getValue()
getValue
public String getValue(int index)
size
public int size()
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