com.ontotext.ordi.wsmo4rdf
Class WSMLTripleParser

java.lang.Object
  extended by com.ontotext.ordi.wsmo4rdf.WSMLTripleParser
All Implemented Interfaces:
Parser

public class WSMLTripleParser
extends Object
implements Parser


Field Summary
static String BASE_URL
           
static String DEFAULT_BASE_URL
           
 
Fields inherited from interface org.wsmo.wsml.Parser
CACHE_LOGICALEXPRESSION_STRING, CLEAR_MODEL
 
Constructor Summary
WSMLTripleParser(Map<Object,Object> params)
           
 
Method Summary
 List<Object> getErrors()
           
 List<Object> getWarnings()
           
 Set<String> listKeywords()
           
 TopEntity[] parse(Reader src)
           
 TopEntity[] parse(Reader src, Map options)
           
 TopEntity[] parse(StringBuffer src)
           
 TopEntity[] parse(StringBuffer src, Map options)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

WSMLTripleParser

public WSMLTripleParser(Map<Object,Object> params)
Method Detail

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.