|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectdk.brics.xsugar.StylesheetParser
public class StylesheetParser
Parser for XSugar stylesheets.
| Constructor Summary | |
|---|---|
StylesheetParser()
Constructs a new parser. |
|
| Method Summary | |
|---|---|
Parser |
getParser()
Returns the parser. |
Stylesheet |
parse(String xsg,
String xsg_file,
String xsg_encoding)
Parses the given XSugar stylesheet. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StylesheetParser()
| Method Detail |
|---|
public Parser getParser()
public Stylesheet parse(String xsg,
String xsg_file,
String xsg_encoding)
throws IOException
xsg - XSugar stylesheetxsg_file - stylesheet location
IOException - if unable to load the stylesheet
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||