|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.osbcp.cssparser.CSSParser
public final class CSSParser
Main logic for the CSS parser.
Method Summary | |
---|---|
static java.util.List<Rule> |
parse(java.lang.String css)
Reads CSS as a String and returns back a list of Rules. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.util.List<Rule> parse(java.lang.String css) throws java.lang.Exception
css
- A String representation of CSS.
java.lang.Exception
- If any errors occur.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |