NAME¶
AtteanX::Serializer::SPARQLHTML - SPARQL Results HTML Serializer
VERSION¶
This document describes AtteanX::Serializer::SPARQLHTML version 0.021
SYNOPSIS¶
use Attean;
my $s = Attean->get_serializer('SPARQLHTML')->new();
$s->serialize_iter_to_io( $fh, $iter );
ATTRIBUTES¶
- "canonical_media_type"
METHODS¶
- "media_types"
- Returns a list of media types that identify the format produced by this
serializer.
- "serialize_iter_to_io( $fh, $iterator )"
- Serializes the Attean::API::Binding objects from
$iterator to the IO::Handle object
$fh.
- "serialize_iter_to_bytes( $iterator )"
- Serializes the Attean::API::Binding objects from
$iterator and returns the serialization as a UTF-8
encoded byte string.
- "node_as_html($node)"
- Serializes the Attean::API::Term object as HTML.
AUTHOR¶
Gregory Todd Williams
"<gwilliams@cpan.org>"
COPYRIGHT¶
Copyright (c) 2014--2018 Gregory Todd Williams. This program is free software;
you can redistribute it and/or modify it under the same terms as Perl itself.