public class RDFParserFactory extends Object
| Constructor and Description |
|---|
RDFParserFactory() |
| Modifier and Type | Method and Description |
|---|---|
static RDFParserFactory |
getInstance() |
org.openrdf.rio.RDFParser |
getNQuadsParser(boolean verifyDataType,
boolean stopAtFirstError,
ExtractionContext extractionContext,
ExtractionResult extractionResult)
Returns a new instance of a configured
NQuadsParser. |
org.openrdf.rio.RDFParser |
getNTriplesParser(boolean verifyDataType,
boolean stopAtFirstError,
ExtractionContext extractionContext,
ExtractionResult extractionResult)
Returns a new instance of a configured
org.openrdf.rio.ntriples.NTriplesParser. |
org.openrdf.rio.RDFParser |
getRDFXMLParser(boolean verifyDataType,
boolean stopAtFirstError,
ExtractionContext extractionContext,
ExtractionResult extractionResult)
Returns a new instance of a configured
org.openrdf.rio.rdfxml.RDFXMLParser. |
org.openrdf.rio.RDFParser |
getTriXParser(boolean verifyDataType,
boolean stopAtFirstError,
ExtractionContext extractionContext,
ExtractionResult extractionResult)
Returns a new instance of a configured
TriXParser. |
org.openrdf.rio.RDFParser |
getTurtleParserInstance(boolean verifyDataType,
boolean stopAtFirstError,
ExtractionContext extractionContext,
ExtractionResult extractionResult)
Returns a new instance of a configured
TurtleParser. |
public static RDFParserFactory getInstance()
public org.openrdf.rio.RDFParser getTurtleParserInstance(boolean verifyDataType,
boolean stopAtFirstError,
ExtractionContext extractionContext,
ExtractionResult extractionResult)
TurtleParser.verifyDataType - data verification enable if true.stopAtFirstError - the parser stops at first error if true.extractionContext - the extraction context where the parser is used.extractionResult - the output extraction result.public org.openrdf.rio.RDFParser getRDFXMLParser(boolean verifyDataType,
boolean stopAtFirstError,
ExtractionContext extractionContext,
ExtractionResult extractionResult)
org.openrdf.rio.rdfxml.RDFXMLParser.verifyDataType - data verification enable if true.stopAtFirstError - the parser stops at first error if true.extractionContext - the extraction context where the parser is used.extractionResult - the output extraction result.public org.openrdf.rio.RDFParser getNTriplesParser(boolean verifyDataType,
boolean stopAtFirstError,
ExtractionContext extractionContext,
ExtractionResult extractionResult)
org.openrdf.rio.ntriples.NTriplesParser.verifyDataType - data verification enable if true.stopAtFirstError - the parser stops at first error if true.extractionContext - the extraction context where the parser is used.extractionResult - the output extraction result.public org.openrdf.rio.RDFParser getNQuadsParser(boolean verifyDataType,
boolean stopAtFirstError,
ExtractionContext extractionContext,
ExtractionResult extractionResult)
NQuadsParser.verifyDataType - data verification enable if true.stopAtFirstError - the parser stops at first error if true.extractionContext - the extraction context where the parser is used.extractionResult - the output extraction result.public org.openrdf.rio.RDFParser getTriXParser(boolean verifyDataType,
boolean stopAtFirstError,
ExtractionContext extractionContext,
ExtractionResult extractionResult)
TriXParser.verifyDataType - data verification enable if true.stopAtFirstError - the parser stops at first error if true.extractionContext - the extraction context where the parser is used.extractionResult - the output extraction result.Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.