View Source SPARQL.Query.Result.XML (SPARQL.ex v0.3.9)

An implementation of the W3C Recommendation for the SPARQL 1.1 Query Results XML Format.

see http://www.w3.org/TR/rdf-sparql-XMLres/

Summary

Functions

See SPARQL.Query.Result.XML.Decoder.decode/2.

See SPARQL.Query.Result.XML.Decoder.decode!/2.

Callback implementation for SPARQL.Query.Result.Format.decoder/0.

Callback implementation for SPARQL.Query.Result.Format.encoder/0.

Callback implementation for SPARQL.Query.Result.Format.id/0.

Callback implementation for SPARQL.Query.Result.Format.name/0.

Functions

Link to this function

decode(results, opts \\ [])

View Source

See SPARQL.Query.Result.XML.Decoder.decode/2.

Link to this function

decode!(results, opts \\ [])

View Source

See SPARQL.Query.Result.XML.Decoder.decode!/2.

Callback implementation for SPARQL.Query.Result.Format.decoder/0.

Callback implementation for SPARQL.Query.Result.Format.encoder/0.

Callback implementation for SPARQL.Query.Result.Format.extension/0.

Callback implementation for SPARQL.Query.Result.Format.id/0.

Callback implementation for SPARQL.Query.Result.Format.media_type/0.

Callback implementation for SPARQL.Query.Result.Format.name/0.

Link to this function

read_string(results, opts \\ [])

View Source

See SPARQL.Query.Result.XML.decode/2.

Callback implementation for SPARQL.Query.Result.Format.supported_query_forms/0.