com.ontotext.ordi.wsmo4rdf
Class WSMLTripleParser
java.lang.Object
com.ontotext.ordi.wsmo4rdf.WSMLTripleParser
- All Implemented Interfaces:
- Parser
public class WSMLTripleParser
- extends Object
- implements Parser
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BASE_URL
public static final String BASE_URL
- See Also:
- Constant Field Values
DEFAULT_BASE_URL
public static final String DEFAULT_BASE_URL
- See Also:
- Constant Field Values
WSMLTripleParser
public WSMLTripleParser(Map<Object,Object> params)
parse
public TopEntity[] parse(Reader src)
throws IOException,
ParserException,
InvalidModelException
- Specified by:
parse
in interface Parser
- Throws:
IOException
ParserException
InvalidModelException
parse
public TopEntity[] parse(Reader src,
Map options)
throws IOException,
ParserException,
InvalidModelException
- Specified by:
parse
in interface Parser
- Throws:
IOException
ParserException
InvalidModelException
parse
public TopEntity[] parse(StringBuffer src)
throws ParserException,
InvalidModelException
- Specified by:
parse
in interface Parser
- Throws:
ParserException
InvalidModelException
parse
public TopEntity[] parse(StringBuffer src,
Map options)
throws ParserException,
InvalidModelException
- Specified by:
parse
in interface Parser
- Throws:
ParserException
InvalidModelException
listKeywords
public Set<String> listKeywords()
- Specified by:
listKeywords
in interface Parser
getWarnings
public List<Object> getWarnings()
- Specified by:
getWarnings
in interface Parser
getErrors
public List<Object> getErrors()
- Specified by:
getErrors
in interface Parser
Copyright © 2008. All Rights Reserved.