Skip navigation links
C D E F G H L O P R S W 

C

close() - Method in class org.openrdf.rio.rdfxml.util.RDFXMLPrettyWriter
 
createBNode(String) - Method in class org.openrdf.rio.rdfxml.RDFXMLParser
 
createLiteral(String, String, IRI) - Method in class org.openrdf.rio.rdfxml.RDFXMLParser
 

D

defaultNamespace - Variable in class org.openrdf.rio.rdfxml.RDFXMLWriter
 

E

endRDF() - Method in class org.openrdf.rio.rdfxml.RDFXMLWriter
 
error(SAXParseException) - Method in class org.openrdf.rio.rdfxml.RDFXMLParser
Implementation of SAX ErrorHandler.error

F

fatalError(SAXParseException) - Method in class org.openrdf.rio.rdfxml.RDFXMLParser
Implementation of SAX ErrorHandler.fatalError
flush() - Method in class org.openrdf.rio.rdfxml.util.RDFXMLPrettyWriter
 
flushPendingStatements() - Method in class org.openrdf.rio.rdfxml.RDFXMLWriter
 
flushPendingStatements() - Method in class org.openrdf.rio.rdfxml.util.RDFXMLPrettyWriter
 

G

getCompulsoryXmlFeatureSettings() - Method in class org.openrdf.rio.rdfxml.RDFXMLParser
Returns a collection of settings that will always be set as XML parser features using XMLReader.setFeature(String, boolean).
getCompulsoryXmlPropertySettings() - Method in class org.openrdf.rio.rdfxml.RDFXMLParser
Returns a collection of settings that will always be set as XML parser properties using XMLReader.setProperty(String, Object)
getOptionalXmlFeatureSettings() - Method in class org.openrdf.rio.rdfxml.RDFXMLParser
Returns a collection of settings that will be used, if set in AbstractRDFParser.getParserConfig(), as XML parser features using XMLReader.setFeature(String, boolean).
getOptionalXmlPropertySettings() - Method in class org.openrdf.rio.rdfxml.RDFXMLParser
Returns a collection of settings that will be used, if set in AbstractRDFParser.getParserConfig(), as XML parser properties using XMLReader.setProperty(String, Object)
getParser() - Method in class org.openrdf.rio.rdfxml.RDFXMLParserFactory
Returns a new instance of RDFXMLParser.
getParseStandAloneDocuments() - Method in class org.openrdf.rio.rdfxml.RDFXMLParser
Returns whether the parser is currently in a mode to parse stand-alone RDF documents.
getRDFFormat() - Method in class org.openrdf.rio.rdfxml.RDFXMLParser
 
getRDFFormat() - Method in class org.openrdf.rio.rdfxml.RDFXMLParserFactory
Returns the RDF format for this factory.
getRDFFormat() - Method in class org.openrdf.rio.rdfxml.RDFXMLWriter
 
getRDFFormat() - Method in class org.openrdf.rio.rdfxml.RDFXMLWriterFactory
getRDFFormat() - Method in class org.openrdf.rio.rdfxml.util.RDFXMLPrettyWriterFactory
getSAXResult(String) - Method in class org.openrdf.rio.rdfxml.RDFXMLParser
 
getSupportedSettings() - Method in class org.openrdf.rio.rdfxml.RDFXMLParser
 
getValidNodeId(BNode) - Method in class org.openrdf.rio.rdfxml.RDFXMLWriter
Create a syntactically valid node id from the supplied blank node id.
getWriter(OutputStream) - Method in class org.openrdf.rio.rdfxml.RDFXMLWriterFactory
Returns a new instance of RDFXMLWriter.
getWriter(Writer) - Method in class org.openrdf.rio.rdfxml.RDFXMLWriterFactory
Returns a new instance of RDFXMLWriter.
getWriter(OutputStream) - Method in class org.openrdf.rio.rdfxml.util.RDFXMLPrettyWriterFactory
Returns a new instance of RDFXMLPrettyWriter.
getWriter(Writer) - Method in class org.openrdf.rio.rdfxml.util.RDFXMLPrettyWriterFactory
Returns a new instance of RDFXMLPrettyWriter.

H

handleComment(String) - Method in class org.openrdf.rio.rdfxml.RDFXMLWriter
 
handleNamespace(String, String) - Method in class org.openrdf.rio.rdfxml.RDFXMLWriter
 
handleStatement(Statement) - Method in class org.openrdf.rio.rdfxml.RDFXMLWriter
 
handleStatement(Statement) - Method in class org.openrdf.rio.rdfxml.util.RDFXMLPrettyWriter
 
headerWritten - Variable in class org.openrdf.rio.rdfxml.RDFXMLWriter
 

L

lastWrittenSubject - Variable in class org.openrdf.rio.rdfxml.RDFXMLWriter
 

O

org.openrdf.rio.rdfxml - package org.openrdf.rio.rdfxml
Parser and writer for XML-serialized RDF.
org.openrdf.rio.rdfxml.util - package org.openrdf.rio.rdfxml.util
 

P

parse(InputStream, String) - Method in class org.openrdf.rio.rdfxml.RDFXMLParser
Parses the data from the supplied InputStream, using the supplied baseURI to resolve any relative URI references.
parse(Reader, String) - Method in class org.openrdf.rio.rdfxml.RDFXMLParser
Parses the data from the supplied Reader, using the supplied baseURI to resolve any relative URI references.

R

RDFXMLParser - Class in org.openrdf.rio.rdfxml
A parser for XML-serialized RDF.
RDFXMLParser() - Constructor for class org.openrdf.rio.rdfxml.RDFXMLParser
Creates a new RDFXMLParser that will use a SimpleValueFactory to create RDF model objects.
RDFXMLParser(ValueFactory) - Constructor for class org.openrdf.rio.rdfxml.RDFXMLParser
Creates a new RDFXMLParser that will use the supplied ValueFactory to create RDF model objects.
RDFXMLParserFactory - Class in org.openrdf.rio.rdfxml
An RDFParserFactory for RDF/XML parsers.
RDFXMLParserFactory() - Constructor for class org.openrdf.rio.rdfxml.RDFXMLParserFactory
 
RDFXMLPrettyWriter - Class in org.openrdf.rio.rdfxml.util
An extension of RDFXMLWriter that outputs a more concise form of RDF/XML.
RDFXMLPrettyWriter(OutputStream) - Constructor for class org.openrdf.rio.rdfxml.util.RDFXMLPrettyWriter
Creates a new RDFXMLPrintWriter that will write to the supplied OutputStream.
RDFXMLPrettyWriter(Writer) - Constructor for class org.openrdf.rio.rdfxml.util.RDFXMLPrettyWriter
Creates a new RDFXMLPrintWriter that will write to the supplied Writer.
RDFXMLPrettyWriterFactory - Class in org.openrdf.rio.rdfxml.util
An RDFWriterFactory for RDF/XML writers.
RDFXMLPrettyWriterFactory() - Constructor for class org.openrdf.rio.rdfxml.util.RDFXMLPrettyWriterFactory
 
RDFXMLWriter - Class in org.openrdf.rio.rdfxml
An implementation of the RDFWriter interface that writes RDF documents in XML-serialized RDF format.
RDFXMLWriter(OutputStream) - Constructor for class org.openrdf.rio.rdfxml.RDFXMLWriter
Creates a new RDFXMLWriter that will write to the supplied OutputStream.
RDFXMLWriter(Writer) - Constructor for class org.openrdf.rio.rdfxml.RDFXMLWriter
Creates a new RDFXMLWriter that will write to the supplied Writer.
RDFXMLWriterFactory - Class in org.openrdf.rio.rdfxml
An RDFWriterFactory for RDF/XML writers.
RDFXMLWriterFactory() - Constructor for class org.openrdf.rio.rdfxml.RDFXMLWriterFactory
 
reportError(String, RioSetting<Boolean>) - Method in class org.openrdf.rio.rdfxml.RDFXMLParser
Overrides AbstractRDFParser.reportError(String, RioSetting), adding line- and column number information to the error.
reportFatalError(String) - Method in class org.openrdf.rio.rdfxml.RDFXMLParser
Overrides AbstractRDFParser.reportFatalError(String), adding line- and column number information to the error.
reportFatalError(Exception) - Method in class org.openrdf.rio.rdfxml.RDFXMLParser
Overrides AbstractRDFParser.reportFatalError(Exception), adding line- and column number information to the error.
reportWarning(String) - Method in class org.openrdf.rio.rdfxml.RDFXMLParser
Overrides AbstractRDFParser.reportWarning(String), adding line- and column number information to the error.

S

setBaseURI(ParsedURI) - Method in class org.openrdf.rio.rdfxml.RDFXMLParser
 
setNamespace(String, String) - Method in class org.openrdf.rio.rdfxml.RDFXMLWriter
 
setParseStandAloneDocuments(boolean) - Method in class org.openrdf.rio.rdfxml.RDFXMLParser
Sets the parser in a mode to parse stand-alone RDF documents.
startRDF() - Method in class org.openrdf.rio.rdfxml.RDFXMLWriter
 

W

warning(SAXParseException) - Method in class org.openrdf.rio.rdfxml.RDFXMLParser
Implementation of SAX ErrorHandler.warning
writeAttribute(String, String) - Method in class org.openrdf.rio.rdfxml.RDFXMLWriter
 
writeAttribute(String, String, String) - Method in class org.openrdf.rio.rdfxml.RDFXMLWriter
 
writeCharacterData(String) - Method in class org.openrdf.rio.rdfxml.RDFXMLWriter
 
writeEndOfEmptyTag() - Method in class org.openrdf.rio.rdfxml.RDFXMLWriter
 
writeEndOfStartTag() - Method in class org.openrdf.rio.rdfxml.RDFXMLWriter
 
writeEndTag(String, String) - Method in class org.openrdf.rio.rdfxml.RDFXMLWriter
 
writeHeader() - Method in class org.openrdf.rio.rdfxml.RDFXMLWriter
 
writeHeader() - Method in class org.openrdf.rio.rdfxml.util.RDFXMLPrettyWriter
 
writeIndent() - Method in class org.openrdf.rio.rdfxml.RDFXMLWriter
 
writeIndents(int) - Method in class org.openrdf.rio.rdfxml.util.RDFXMLPrettyWriter
Writes n indents.
writeNewLine() - Method in class org.openrdf.rio.rdfxml.RDFXMLWriter
 
writer - Variable in class org.openrdf.rio.rdfxml.RDFXMLWriter
 
writeStartOfStartTag(String, String) - Method in class org.openrdf.rio.rdfxml.RDFXMLWriter
 
writeStartTag(String, String) - Method in class org.openrdf.rio.rdfxml.util.RDFXMLPrettyWriter
 
writingStarted - Variable in class org.openrdf.rio.rdfxml.RDFXMLWriter
 
C D E F G H L O P R S W 
Skip navigation links

Copyright © 2001-2016 Aduna. All Rights Reserved.