Uses of Class
org.eclipse.rdf4j.common.xml.XMLWriter
Packages that use XMLWriter
Package
Description
Parsers and writers for the
SPARQL Query Results XML Format
Parser/writer for the TriX format.
-
Uses of XMLWriter in org.eclipse.rdf4j.http.protocol.transaction
Methods in org.eclipse.rdf4j.http.protocol.transaction with parameters of type XMLWriterModifier and TypeMethodDescriptionprotected void
TransactionWriter.serialize
(AddStatementOperation op, XMLWriter xmlWriter) protected void
TransactionWriter.serialize
(ClearNamespacesOperation op, XMLWriter xmlWriter) protected void
TransactionWriter.serialize
(ClearOperation op, XMLWriter xmlWriter) protected void
TransactionWriter.serialize
(RemoveNamespaceOperation op, XMLWriter xmlWriter) protected void
TransactionWriter.serialize
(RemoveStatementsOperation op, XMLWriter xmlWriter) protected void
TransactionWriter.serialize
(SetNamespaceOperation op, XMLWriter xmlWriter) protected void
TransactionWriter.serialize
(SPARQLUpdateOperation op, XMLWriter xmlWriter) protected void
TransactionWriter.serialize
(StatementOperation op, XMLWriter xmlWriter) protected void
TransactionWriter.serialize
(TransactionOperation op, XMLWriter xmlWriter) Serializes the supplied operation.protected void
protected void
protected void
protected void
protected void
protected void
protected void
protected void
TransactionWriter.serializeNull
(XMLWriter xmlWriter) -
Uses of XMLWriter in org.eclipse.rdf4j.query.resultio.sparqlxml
Fields in org.eclipse.rdf4j.query.resultio.sparqlxml declared as XMLWriterModifier and TypeFieldDescriptionprotected XMLWriter
AbstractSPARQLXMLWriter.xmlWriter
XMLWriter to write XML to.protected XMLWriter
AbstractSPARQLXMLWriter.xmlWriter
XMLWriter to write XML to.protected XMLWriter
AbstractSPARQLXMLWriter.xmlWriter
XMLWriter to write XML to.Constructors in org.eclipse.rdf4j.query.resultio.sparqlxml with parameters of type XMLWriterModifierConstructorDescriptionSPARQLBooleanXMLWriter
(XMLWriter xmlWriter) SPARQLResultsXMLWriter
(XMLWriter xmlWriter) -
Uses of XMLWriter in org.eclipse.rdf4j.rio.trix
Constructors in org.eclipse.rdf4j.rio.trix with parameters of type XMLWriter