Uses of Interface
org.jrdf.parser.ParserBlankNodeFactory

Packages that use ParserBlankNodeFactory
org.jrdf.parser.mem   
org.jrdf.parser.rdfxml   
 

Uses of ParserBlankNodeFactory in org.jrdf.parser.mem
 

Classes in org.jrdf.parser.mem that implement ParserBlankNodeFactory
 class ParserBlankNodeFactoryImpl
          A factory for BlankNodes that uses a Map to keep track of the BlankNodes that have been allocated by ParserBlankNodeFactoryImpl.createBlankNode(String) so that the same BlankNode object can be returned for a given nodeID.
 

Uses of ParserBlankNodeFactory in org.jrdf.parser.rdfxml
 

Constructors in org.jrdf.parser.rdfxml with parameters of type ParserBlankNodeFactory
RdfXmlParser(GraphElementFactory valueFactory, ParserBlankNodeFactory parserBlankNodeFactory)
          Creates a new RdfXmlParser that will use the supplied GraphElementFactory to create objects for resources, bNodes and literals.