1AtteanX::Serializer::SPUAsReQrLHCToMnLt(r3i)buted Perl DAotctuemaennXt:a:tSieornializer::SPARQLHTML(3)
2
3
4
6 AtteanX::Serializer::SPARQLHTML - SPARQL Results HTML Serializer
7
9 This document describes AtteanX::Serializer::SPARQLHTML version 0.020
10
12 use Attean;
13 my $s = Attean->get_serializer('SPARQLHTML')->new();
14 $s->serialize_iter_to_io( $fh, $iter );
15
17 ...
18
20 "canonical_media_type"
21
23 "media_types"
24 Returns a list of media types that identify the format produced by
25 this serializer.
26
27 "serialize_iter_to_io( $fh, $iterator )"
28 Serializes the Attean::API::Binding objects from $iterator to the
29 IO::Handle object $fh.
30
31 "serialize_iter_to_bytes( $iterator )"
32 Serializes the Attean::API::Binding objects from $iterator and
33 returns the serialization as a UTF-8 encoded byte string.
34
35 "node_as_html($node)"
36 Serializes the Attean::API::Term object as HTML.
37
39 Please report any bugs or feature requests to through the GitHub web
40 interface at <https://github.com/kasei/perlrdf/issues>.
41
43 Gregory Todd Williams "<gwilliams@cpan.org>"
44
46 Copyright (c) 2014--2018 Gregory Todd Williams. This program is free
47 software; you can redistribute it and/or modify it under the same terms
48 as Perl itself.
49
50
51
52perl v5.28.1 2019-01-09AtteanX::Serializer::SPARQLHTML(3)