|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface for the parser of graph specifications.
| Method Summary | |
GraphSpec |
parse(java.io.File file)
Parse the graph spec from a file. |
GraphSpec |
parse(java.io.InputStream in)
Parse the graph spec from an input stream. |
GraphSpec |
parse(java.io.Reader in)
Parse the graph spec from a reader. |
GraphSpec |
parse(java.lang.String xml)
Parse the graph spec from a string. |
| Method Detail |
public GraphSpec parse(java.io.File file)
throws ParsingException
ParsingException
public GraphSpec parse(java.io.InputStream in)
throws ParsingException
ParsingException
public GraphSpec parse(java.io.Reader in)
throws ParsingException
ParsingException
public GraphSpec parse(java.lang.String xml)
throws ParsingException
ParsingException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||