|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParseException | |
org.jrdf.parser | |
org.jrdf.parser.rdfxml |
Uses of ParseException in org.jrdf.parser |
Methods in org.jrdf.parser that throw ParseException | |
void |
Parser.parse(InputStream in,
String baseURI)
Parses the data from the supplied InputStream, using the supplied baseURI to resolve any relative URI references. |
void |
Parser.parse(Reader reader,
String baseURI)
Parses the data from the supplied Reader, using the supplied baseURI to resolve any relative URI references. |
Uses of ParseException in org.jrdf.parser.rdfxml |
Methods in org.jrdf.parser.rdfxml that throw ParseException | |
void |
RdfXmlParser.parse(InputStream in,
String baseURI)
Parses the data from the supplied InputStream, using the supplied baseURI to resolve any relative URI references. |
void |
RdfXmlParser.parse(Reader reader,
String baseURI)
Parses the data from the supplied Reader, using the supplied baseURI to resolve any relative URI references. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |