All Packages Class Hierarchy This Package Previous Next Index
Class org.w3c.css.parser.AtRule
java.lang.Object
|
+----org.w3c.css.parser.AtRule
- public abstract class AtRule
- extends Object
-
AtRule()
-
-
canApply(AtRule)
- The second must be exactly the same of this one
-
canMatched(AtRule)
- The second must only match this one
-
keyword()
- Returns the at rule keyword
AtRule
public AtRule()
keyword
public abstract String keyword()
- Returns the at rule keyword
canApply
public abstract boolean canApply(AtRule atRule)
- The second must be exactly the same of this one
canMatched
public abstract boolean canMatched(AtRule atRule)
- The second must only match this one
All Packages Class Hierarchy This Package Previous Next Index