- RDFXMLParser - Class in org.eclipse.rdf4j.rio.rdfxml
-
A parser for XML-serialized RDF.
- RDFXMLParser() - Constructor for class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
-
Creates a new RDFXMLParser that will use a
SimpleValueFactory to create RDF model objects.
- RDFXMLParser(ValueFactory) - Constructor for class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
-
Creates a new RDFXMLParser that will use the supplied ValueFactory to create RDF model objects.
- RDFXMLParserFactory - Class in org.eclipse.rdf4j.rio.rdfxml
-
- RDFXMLParserFactory() - Constructor for class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParserFactory
-
- RDFXMLPrettyWriter - Class in org.eclipse.rdf4j.rio.rdfxml.util
-
An extension of RDFXMLWriter that outputs a more concise form of RDF/XML.
- RDFXMLPrettyWriter(OutputStream) - Constructor for class org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriter
-
Creates a new RDFXMLPrintWriter that will write to the supplied OutputStream.
- RDFXMLPrettyWriter(OutputStream, ParsedIRI) - Constructor for class org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriter
-
Creates a new RDFXMLPrintWriter that will write to the supplied OutputStream.
- RDFXMLPrettyWriter(Writer) - Constructor for class org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriter
-
Creates a new RDFXMLPrintWriter that will write to the supplied Writer.
- RDFXMLPrettyWriter(Writer, ParsedIRI) - Constructor for class org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriter
-
Creates a new RDFXMLPrintWriter that will write to the supplied Writer.
- RDFXMLPrettyWriterFactory - Class in org.eclipse.rdf4j.rio.rdfxml.util
-
- RDFXMLPrettyWriterFactory() - Constructor for class org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriterFactory
-
- RDFXMLWriter - Class in org.eclipse.rdf4j.rio.rdfxml
-
An implementation of the RDFWriter interface that writes RDF documents in XML-serialized RDF format.
- RDFXMLWriter(OutputStream) - Constructor for class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
-
Creates a new RDFXMLWriter that will write to the supplied OutputStream.
- RDFXMLWriter(OutputStream, ParsedIRI) - Constructor for class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
-
Creates a new RDFXMLWriter that will write to the supplied OutputStream.
- RDFXMLWriter(Writer) - Constructor for class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
-
Creates a new RDFXMLWriter that will write to the supplied Writer.
- RDFXMLWriter(Writer, ParsedIRI) - Constructor for class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
-
Creates a new RDFXMLWriter that will write to the supplied Writer.
- RDFXMLWriterFactory - Class in org.eclipse.rdf4j.rio.rdfxml
-
- RDFXMLWriterFactory() - Constructor for class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriterFactory
-
- reportError(String, RioSetting<Boolean>) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
-
- reportError(Exception, RioSetting<Boolean>) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
-
- reportFatalError(String) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
-
- reportFatalError(Exception) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
-
- reportWarning(String) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
-