Uses of Class
org.openrdf.rio.RDFParser.DatatypeHandling

Packages that use RDFParser.DatatypeHandling
org.openrdf.rio General classes and interfaces for RDF parsers and RDF writers. 
org.openrdf.rio.helpers Provides helpers classes for Rio. 
 

Uses of RDFParser.DatatypeHandling in org.openrdf.rio
 

Methods in org.openrdf.rio that return RDFParser.DatatypeHandling
static RDFParser.DatatypeHandling RDFParser.DatatypeHandling.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RDFParser.DatatypeHandling[] RDFParser.DatatypeHandling.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.openrdf.rio with parameters of type RDFParser.DatatypeHandling
 void RDFParser.setDatatypeHandling(RDFParser.DatatypeHandling datatypeHandling)
          Sets the datatype handling mode.
 

Uses of RDFParser.DatatypeHandling in org.openrdf.rio.helpers
 

Methods in org.openrdf.rio.helpers that return RDFParser.DatatypeHandling
 RDFParser.DatatypeHandling RDFParserBase.datatypeHandling()
           
 

Methods in org.openrdf.rio.helpers with parameters of type RDFParser.DatatypeHandling
 void RDFParserBase.setDatatypeHandling(RDFParser.DatatypeHandling datatypeHandling)
           
 



Copyright © 2001-2009 Aduna. All Rights Reserved.