Uses of Class
org.eclipse.rdf4j.common.xml.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
Modifier 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
Modifier 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.ModifierConstructorDescriptionSPARQLBooleanXMLWriter
(XMLWriter xmlWriter) SPARQLResultsXMLWriter
(XMLWriter xmlWriter) -
Uses of XMLWriter in org.eclipse.rdf4j.rio.trix