Uses of Class
org.eclipse.rdf4j.common.xml.XMLWriter
-
Packages that use XMLWriter Package Description org.eclipse.rdf4j.http.protocol.transaction org.eclipse.rdf4j.query.resultio.sparqlxml Parsers and writers for the SPARQL Query Results XML Formatorg.eclipse.rdf4j.rio.trix 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 XMLWriter Modifier and Type Method Description protected 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
TransactionWriter. serialize(BNode bnode, XMLWriter xmlWriter)
protected void
TransactionWriter. serialize(IRI uri, XMLWriter xmlWriter)
protected void
TransactionWriter. serialize(Literal literal, XMLWriter xmlWriter)
protected void
TransactionWriter. serialize(Resource[] contexts, XMLWriter xmlWriter)
protected void
TransactionWriter. serialize(Resource resource, XMLWriter xmlWriter)
protected void
TransactionWriter. serialize(Triple triple, XMLWriter xmlWriter)
protected void
TransactionWriter. serialize(Value value, XMLWriter xmlWriter)
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 XMLWriter Modifier and Type Field Description protected 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 XMLWriter Constructor Description SPARQLBooleanXMLWriter(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 Constructor Description TriXWriter(XMLWriter xmlWriter)
-