|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ComponentRole public interface Parser
Parse content into a XDOM (a tree of Blocks).
| Method Summary | |
|---|---|
Syntax |
getSyntax()
|
XDOM |
parse(java.io.Reader source)
|
| Method Detail |
|---|
Syntax getSyntax()
XDOM parse(java.io.Reader source)
throws ParseException
source - the content to parse
Blocks
ParseException - if the source cannot be read or an unexpected error happens during the parsing. Parsers
should be written to not generate any error as much as possible.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||