| Package | Description |
|---|---|
| org.openrdf.http.protocol.transaction | |
| org.openrdf.query.resultio.sparqlxml |
Parsers and writers for the SPARQL Query Results XML Format
|
| org.openrdf.rio.trix |
Parser and writer for RDF in
TriX format.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransactionWriter.serialize(AddStatementOperation op,
XMLWriter xmlWriter) |
protected void |
TransactionWriter.serialize(BNode bnode,
XMLWriter xmlWriter) |
protected void |
TransactionWriter.serialize(ClearNamespacesOperation op,
XMLWriter xmlWriter) |
protected void |
TransactionWriter.serialize(ClearOperation op,
XMLWriter xmlWriter) |
protected void |
TransactionWriter.serialize(Literal literal,
XMLWriter xmlWriter) |
protected void |
TransactionWriter.serialize(RemoveNamespaceOperation op,
XMLWriter xmlWriter) |
protected void |
TransactionWriter.serialize(RemoveStatementsOperation op,
XMLWriter xmlWriter) |
protected void |
TransactionWriter.serialize(Resource[] contexts,
XMLWriter xmlWriter) |
protected void |
TransactionWriter.serialize(Resource resource,
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(URI uri,
XMLWriter xmlWriter) |
protected void |
TransactionWriter.serialize(Value value,
XMLWriter xmlWriter) |
protected void |
TransactionWriter.serializeNull(XMLWriter xmlWriter) |
| Constructor and Description |
|---|
SPARQLBooleanXMLWriter(XMLWriter xmlWriter) |
SPARQLResultsXMLWriter(XMLWriter xmlWriter) |
| Constructor and Description |
|---|
TriXWriter(XMLWriter xmlWriter) |
Copyright © 2001–2015 Aduna. All rights reserved.