|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RDFParser | |
|---|---|
| org.openrdf.rio | General classes and interfaces for RDF parsers and RDF writers. |
| org.openrdf.rio.helpers | Provides helpers classes for Rio. |
| org.openrdf.rio.n3 | Writer for RDF in Notation 3/N3 format. |
| org.openrdf.rio.ntriples | Parser and writer for RDF in N-Triples format. |
| org.openrdf.rio.rdfxml | Parser and writer for XML-serialized RDF. |
| org.openrdf.rio.trig | Parser and writer for RDF in TriG format. |
| org.openrdf.rio.trix | Parser and writer for RDF in TriX format. |
| org.openrdf.rio.turtle | Parser and writer for RDF in Turtle format. |
| Uses of RDFParser in org.openrdf.rio |
|---|
| Methods in org.openrdf.rio that return RDFParser | |
|---|---|
static RDFParser |
Rio.createParser(RDFFormat format)
Convenience methods for creating RDFParser objects. |
static RDFParser |
Rio.createParser(RDFFormat format,
ValueFactory valueFactory)
Convenience methods for creating RDFParser objects that use the specified ValueFactory to create RDF model objects. |
RDFParser |
RDFParserFactory.getParser()
Returns a RDFParser instance. |
| Uses of RDFParser in org.openrdf.rio.helpers |
|---|
| Classes in org.openrdf.rio.helpers that implement RDFParser | |
|---|---|
class |
RDFParserBase
Base class for RDFParsers offering common functionality for RDF
parsers. |
| Uses of RDFParser in org.openrdf.rio.n3 |
|---|
| Methods in org.openrdf.rio.n3 that return RDFParser | |
|---|---|
RDFParser |
N3ParserFactory.getParser()
Returns a new instance of TurtleParser. |
| Uses of RDFParser in org.openrdf.rio.ntriples |
|---|
| Classes in org.openrdf.rio.ntriples that implement RDFParser | |
|---|---|
class |
NTriplesParser
RDF parser for N-Triples files. |
| Methods in org.openrdf.rio.ntriples that return RDFParser | |
|---|---|
RDFParser |
NTriplesParserFactory.getParser()
Returns a new instance of NTriplesParser. |
| Uses of RDFParser in org.openrdf.rio.rdfxml |
|---|
| Classes in org.openrdf.rio.rdfxml that implement RDFParser | |
|---|---|
class |
RDFXMLParser
A parser for XML-serialized RDF. |
| Methods in org.openrdf.rio.rdfxml that return RDFParser | |
|---|---|
RDFParser |
RDFXMLParserFactory.getParser()
Returns a new instance of RDFXMLParser. |
| Uses of RDFParser in org.openrdf.rio.trig |
|---|
| Classes in org.openrdf.rio.trig that implement RDFParser | |
|---|---|
class |
TriGParser
RDF parser for TriG files. |
| Methods in org.openrdf.rio.trig that return RDFParser | |
|---|---|
RDFParser |
TriGParserFactory.getParser()
Returns a new instance of TriGParser. |
| Uses of RDFParser in org.openrdf.rio.trix |
|---|
| Classes in org.openrdf.rio.trix that implement RDFParser | |
|---|---|
class |
TriXParser
A parser that can parse RDF files that are in the TriX format. |
| Methods in org.openrdf.rio.trix that return RDFParser | |
|---|---|
RDFParser |
TriXParserFactory.getParser()
Returns a new instance of TriXParser. |
| Uses of RDFParser in org.openrdf.rio.turtle |
|---|
| Classes in org.openrdf.rio.turtle that implement RDFParser | |
|---|---|
class |
TurtleParser
RDF parser for Turtle files. |
| Methods in org.openrdf.rio.turtle that return RDFParser | |
|---|---|
RDFParser |
TurtleParserFactory.getParser()
Returns a new instance of TurtleParser. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||