B C D E F G H L O P Q R S W
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- baseIRI - Variable in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
C
- close() - Method in class org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriter
- consumeStatement(Statement) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
- consumeStatement(Statement) - Method in class org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriter
- createLiteral(String, String, IRI) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
- createNode(String) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
D
- defaultNamespace - Variable in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
E
- endRDF() - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
- endRDF() - Method in class org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriter
- entityQuote - Variable in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
- error(SAXParseException) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
-
Implementation of SAX ErrorHandler.error
F
- fatalError(SAXParseException) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
-
Implementation of SAX ErrorHandler.fatalError
- flush() - Method in class org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriter
- flushPendingStatements() - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
- flushPendingStatements() - Method in class org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriter
G
- getParser() - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParserFactory
-
Returns a new instance of RDFXMLParser.
- getParseStandAloneDocuments() - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
-
Returns whether the parser is currently in a mode to parse stand-alone RDF documents.
- getRDFFormat() - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
- getRDFFormat() - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParserFactory
-
Returns the RDF format for this factory.
- getRDFFormat() - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
- getRDFFormat() - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriterFactory
-
Returns
RDFFormat.RDFXML. - getRDFFormat() - Method in class org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriterFactory
-
Returns
RDFFormat.RDFXML. - getSAXResult(String) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
- getSupportedSettings() - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
- getSupportedSettings() - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
- getSupportedSettings() - Method in class org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriter
- getValidNodeId(BNode) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
-
Create a syntactically valid node id from the supplied blank node id.
- getWriter() - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
- getWriter(OutputStream) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriterFactory
-
Returns a new instance of
RDFXMLWriter. - getWriter(OutputStream) - Method in class org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriterFactory
-
Returns a new instance of
RDFXMLPrettyWriter. - getWriter(OutputStream, String) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriterFactory
-
Returns a new instance of
RDFXMLWriter. - getWriter(OutputStream, String) - Method in class org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriterFactory
-
Returns a new instance of
RDFXMLPrettyWriter. - getWriter(Writer) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriterFactory
-
Returns a new instance of
RDFXMLWriter. - getWriter(Writer) - Method in class org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriterFactory
-
Returns a new instance of
RDFXMLPrettyWriter. - getWriter(Writer, String) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriterFactory
-
Returns a new instance of
RDFXMLWriter. - getWriter(Writer, String) - Method in class org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriterFactory
-
Returns a new instance of
RDFXMLPrettyWriter.
H
- handleComment(String) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
- handleNamespace(String, String) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
- headerWritten - Variable in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
L
- lastWrittenSubject - Variable in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
O
- org.eclipse.rdf4j.rio.rdfxml - package org.eclipse.rdf4j.rio.rdfxml
-
Parser/writer for the RDF/XML format.
- org.eclipse.rdf4j.rio.rdfxml.util - package org.eclipse.rdf4j.rio.rdfxml.util
-
Pretty-printing for the RDF/XML format.
P
- parse(InputStream, String) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
- parse(Reader, String) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
Q
- quote - Variable in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
R
- 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
SimpleValueFactoryto 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
-
An
RDFParserFactoryfor RDF/XML parsers. - 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
-
An
RDFWriterFactoryfor RDF/XML writers. - 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
-
An
RDFWriterFactoryfor RDF/XML writers. - RDFXMLWriterFactory() - Constructor for class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriterFactory
- reportError(Exception, RioSetting<Boolean>) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
-
Overrides
AbstractRDFParser.reportError(String, RioSetting), adding line- and column number information to the error. - reportError(String, RioSetting<Boolean>) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
-
Overrides
AbstractRDFParser.reportError(String, RioSetting), adding line- and column number information to the error. - reportFatalError(Exception) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
-
Overrides
AbstractRDFParser.reportFatalError(Exception), adding line- and column number information to the error. - reportFatalError(String) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
-
Overrides
AbstractRDFParser.reportFatalError(String), adding line- and column number information to the error. - reportWarning(String) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
-
Overrides
AbstractRDFParser.reportWarning(String), adding line- and column number information to the error.
S
- setBaseURI(String) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
- setBaseURI(ParsedIRI) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
- setNamespace(String, String) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
- setParseStandAloneDocuments(boolean) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
-
Sets the parser in a mode to parse stand-alone RDF documents.
W
- warning(SAXParseException) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
-
Implementation of SAX ErrorHandler.warning
- writeAttribute(String, String) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
- writeAttribute(String, String, String) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
- writeCharacterData(String) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
-
Replace special characters in text with entities.
- writeEndOfEmptyTag() - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
-
Write > or />
- writeEndOfStartTag() - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
-
Write >
- writeEndTag(String, String) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
- writeHeader() - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
- writeHeader() - Method in class org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriter
- writeIndent() - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
-
Write tab
- writeIndents(int) - Method in class org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriter
-
Writes n indents.
- writeNewLine() - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
-
Write newline character
- writeQuotedAttribute(String, String) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
-
Write quoted attribute
- writer - Variable in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
- writeStartOfStartTag(String, String) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
- writeStartTag(String, String) - Method in class org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriter
All Classes All Packages