Uses of Class
org.wsmo.wsml.ParserException

Packages that use ParserException
org.wsmo.factory   
org.wsmo.wsml   
 

Uses of ParserException in org.wsmo.factory
 

Methods in org.wsmo.factory that throw ParserException
 LogicalExpression LogicalExpressionFactory.createLogicalExpression(String expr)
          Creates a LogicalExpression object from string.
 LogicalExpression LogicalExpressionFactory.createLogicalExpression(String expr, TopEntity nsHolder)
          Creates a Logical Expression object from a string given a particular namespace context of a TopEntity
 

Uses of ParserException in org.wsmo.wsml
 

Methods in org.wsmo.wsml that throw ParserException
 TopEntity[] Parser.parse(Reader src)
          Parses the input data consisted of Ontology, Goal, Mediator or WebServices definitions.
 TopEntity[] Parser.parse(Reader src, Map options)
          Parses the input data consisted of Ontology, Goal, Mediator or WebServices definitions.
 TopEntity[] Parser.parse(StringBuffer src)
          Parses the input data consisted of Ontology, Goal, Mediator or WebServices definitions.
 TopEntity[] Parser.parse(StringBuffer src, Map options)
          Parses the input data consisted of Ontology, Goal, Mediator or WebServices definitions.
 



Copyright © 2004-2008 Ontotext Lab.. All Rights Reserved.