| java.lang.Object org.openrdf.rio.helpers.RDFParserBase org.openrdf.rio.trix.TriXParser
Constructor Summary | |
public | TriXParser() Creates a new TriXParser that will use a
ValueFactoryImpl to
create objects for resources, bNodes, literals and statements. | public | TriXParser(ValueFactory valueFactory) Creates a new TriXParser that will use the supplied ValueFactory to create
objects for resources, bNodes, literals and statements. |
TriXParser | public TriXParser()(Code) | | Creates a new TriXParser that will use a
ValueFactoryImpl to
create objects for resources, bNodes, literals and statements.
|
TriXParser | public TriXParser(ValueFactory valueFactory)(Code) | | Creates a new TriXParser that will use the supplied ValueFactory to create
objects for resources, bNodes, literals and statements.
Parameters: valueFactory - A ValueFactory. |
Methods inherited from org.openrdf.rio.helpers.RDFParserBase | protected void clear()(Code)(Java Doc) protected void clearBNodeIDMap()(Code)(Java Doc) protected BNode createBNode() throws RDFParseException(Code)(Java Doc) protected BNode createBNode(String nodeID) throws RDFParseException(Code)(Java Doc) protected Literal createLiteral(String label, String lang, URI datatype) throws RDFParseException(Code)(Java Doc) protected Statement createStatement(Resource subj, URI pred, Value obj) throws RDFParseException(Code)(Java Doc) protected Statement createStatement(Resource subj, URI pred, Value obj, Resource context) throws RDFParseException(Code)(Java Doc) protected URI createURI(String uri) throws RDFParseException(Code)(Java Doc) public DatatypeHandling datatypeHandling()(Code)(Java Doc) protected String getNamespace(String prefix)(Code)(Java Doc) public ParseErrorListener getParseErrorListener()(Code)(Java Doc) public ParseLocationListener getParseLocationListener()(Code)(Java Doc) public RDFHandler getRDFHandler()(Code)(Java Doc) public boolean preserveBNodeIDs()(Code)(Java Doc) protected void reportError(String msg) throws RDFParseException(Code)(Java Doc) protected void reportError(String msg, int lineNo, int columnNo) throws RDFParseException(Code)(Java Doc) protected void reportFatalError(String msg) throws RDFParseException(Code)(Java Doc) protected void reportFatalError(String msg, int lineNo, int columnNo) throws RDFParseException(Code)(Java Doc) protected void reportFatalError(Exception e) throws RDFParseException(Code)(Java Doc) protected void reportFatalError(Exception e, int lineNo, int columnNo) throws RDFParseException(Code)(Java Doc) protected void reportLocation(int lineNo, int columnNo)(Code)(Java Doc) protected void reportWarning(String msg)(Code)(Java Doc) protected void reportWarning(String msg, int lineNo, int columnNo)(Code)(Java Doc) protected URI resolveURI(String uriSpec) throws RDFParseException(Code)(Java Doc) protected void setBaseURI(String uriSpec)(Code)(Java Doc) protected void setBaseURI(ParsedURI baseURI)(Code)(Java Doc) public void setDatatypeHandling(DatatypeHandling datatypeHandling)(Code)(Java Doc) protected void setNamespace(String prefix, String namespace)(Code)(Java Doc) public void setParseErrorListener(ParseErrorListener el)(Code)(Java Doc) public void setParseLocationListener(ParseLocationListener el)(Code)(Java Doc) public void setPreserveBNodeIDs(boolean preserveBNodeIDs)(Code)(Java Doc) public void setRDFHandler(RDFHandler handler)(Code)(Java Doc) public void setStopAtFirstError(boolean stopAtFirstError)(Code)(Java Doc) public void setValueFactory(ValueFactory valueFactory)(Code)(Java Doc) public void setVerifyData(boolean verifyData)(Code)(Java Doc) public boolean stopAtFirstError()(Code)(Java Doc) public boolean verifyData()(Code)(Java Doc)
|
|
|