Package org.jrdf.parser.mem

Class Summary
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.