All Packages Class Hierarchy This Package Previous Next Index
Class org.w3c.css.parser.AtRuleFontFace
java.lang.Object
|
+----org.w3c.css.parser.AtRule
|
+----org.w3c.css.parser.AtRuleFontFace
- public class AtRuleFontFace
- extends AtRule
This class manages all media defines by CSS2
-
AtRuleFontFace()
- Create a new AtRuleFontFace
-
canApply(AtRule)
- The second must be exactly the same of this one
-
canMatched(AtRule)
- The second must only match this one
-
equals(Object)
- Return true if other is an instance of AtRUleFontFace
-
hashCode()
-
-
keyword()
- Returns the at rule keyword
-
toString()
- Returns a string representation of the object.
AtRuleFontFace
public AtRuleFontFace()
- Create a new AtRuleFontFace
keyword
public String keyword()
- Returns the at rule keyword
- Overrides:
- keyword in class AtRule
canApply
public boolean canApply(AtRule atRule)
- The second must be exactly the same of this one
- Overrides:
- canApply in class AtRule
equals
public boolean equals(Object other)
- Return true if other is an instance of AtRUleFontFace
- Overrides:
- equals in class Object
canMatched
public boolean canMatched(AtRule atRule)
- The second must only match this one
- Overrides:
- canMatched in class AtRule
toString
public String toString()
- Returns a string representation of the object.
- Overrides:
- toString in class Object
hashCode
public int hashCode()
- Overrides:
- hashCode in class Object
All Packages Class Hierarchy This Package Previous Next Index