Package org.jrdf.parser.mem

An in memory implementation of the parser interfaces.

See:
          Description

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.
 

Package org.jrdf.parser.mem Description

An in memory implementation of the parser interfaces.