Uses of Class
org.mulgara.mrg.parser.ParseException

Packages that use ParseException
org.mulgara.mrg.parser   
 

Uses of ParseException in org.mulgara.mrg.parser
 

Constructors in org.mulgara.mrg.parser that throw ParseException
N3GraphParser(File f)
          Create a graph from a file.
N3GraphParser(File f, GraphFactory graphFactory)
          Create a graph from a file.
N3GraphParser(InputStream is)
          Create a graph from an InputStream.
N3GraphParser(InputStream is, GraphFactory graphFactory)
          Create a graph from an InputStream.
N3GraphParser(String s)
          Create a graph from a string.
N3GraphParser(String s, GraphFactory graphFactory)
          Create a graph from a string.
XMLGraphParser(File f)
          Create a graph from a File.
XMLGraphParser(File f, GraphFactory graphFactory)
          Create a graph from a file and a graph factory.
XMLGraphParser(InputStream is)
          Create a graph from an InputStream.
XMLGraphParser(InputStream is, GraphFactory graphFactory)
          Create a graph from an InputStream and a graph factory.
XMLGraphParser(String s)
          Create a graph from a string.
XMLGraphParser(String s, GraphFactory graphFactory)
          Create a graph from a string and a graph factory.
 



Copyright © 2011. All Rights Reserved.