|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Parser
Field Summary | |
---|---|
static String |
CACHE_LOGICALEXPRESSION_STRING
|
static String |
CLEAR_MODEL
|
Method Summary | |
---|---|
List<Object> |
getErrors()
This method returns a List containing errors that occured during the parsing. |
List<Object> |
getWarnings()
This method returns a List containing warnings that occured during the parsing. |
Set<String> |
listKeywords()
List known keywords. |
TopEntity[] |
parse(Reader src)
Parses the input data consisted of Ontology, Goal, Mediator or WebServices definitions. |
TopEntity[] |
parse(Reader src,
Map options)
Parses the input data consisted of Ontology, Goal, Mediator or WebServices definitions. |
TopEntity[] |
parse(StringBuffer src)
Parses the input data consisted of Ontology, Goal, Mediator or WebServices definitions. |
TopEntity[] |
parse(StringBuffer src,
Map options)
Parses the input data consisted of Ontology, Goal, Mediator or WebServices definitions. |
Field Detail |
---|
static final String CLEAR_MODEL
static final String CACHE_LOGICALEXPRESSION_STRING
Method Detail |
---|
TopEntity[] parse(Reader src) throws IOException, ParserException, InvalidModelException
src
- The reader to read from
IOException
ParserException
InvalidModelException
TopEntity[] parse(Reader src, Map options) throws IOException, ParserException, InvalidModelException
src
- The reader to read fromoptions
- an optional Map with user supplied options specific to this parse operation
IOException
ParserException
InvalidModelException
TopEntity[] parse(StringBuffer src) throws ParserException, InvalidModelException
src
- The string buffer to read from
ParserException
InvalidModelException
TopEntity[] parse(StringBuffer src, Map options) throws ParserException, InvalidModelException
src
- The string buffer to read fromoptions
- an optional Map with user supplied options specific to this parse operation
ParserException
InvalidModelException
Set<String> listKeywords()
List<Object> getWarnings()
List<Object> getErrors()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |