Uses of Interface
org.jrdf.parser.ParserConfiguration

Packages that use ParserConfiguration
org.jrdf.parser This package is a port of the Sesame RIO Parser. 
org.jrdf.parser.rdfxml This package is a port of the Sesame RIO RDF/XML Parser. 
 

Uses of ParserConfiguration in org.jrdf.parser
 

Subinterfaces of ParserConfiguration in org.jrdf.parser
 interface ConfigurableParser
          An interface defining an RDF parser that can be configured.
 

Uses of ParserConfiguration in org.jrdf.parser.rdfxml
 

Classes in org.jrdf.parser.rdfxml that implement ParserConfiguration
 class RdfXmlParser
          A parser for XML-serialized RDF.