1AtteanX::Parser::SPARQLUXsMeLr(3C)ontributed Perl DocumeAntttaetainoXn::Parser::SPARQLXML(3)
2
3
4
6 AtteanX::Parser::SPARQLXML - SPARQL XML Parser
7
9 This document describes AtteanX::Parser::SPARQLXML version 0.033
10
12 use Attean;
13 my $parser = Attean->get_parser('SPARQLXML')->new();
14 $parser->parse_cb_from_io( $fh );
15
17 ...
18
20 "canonical_media_type"
21 Returns the canonical media type for SPARQL XML:
22 application/sparql-results+xml.
23
24 "media_types"
25 Returns a list of media types that may be parsed with the SPARQL
26 XML parser: application/sparql-results+xml.
27
28 "file_extensions"
29 Returns a list of file extensions that may be parsed with the
30 parser.
31
32 "parse_cb_from_io( $fh )"
33 Calls the "$parser->handler" function once for each
34 Attean::API::Binding object that result from parsing the data read
35 from the IO::Handle object $fh.
36
37 "parse_cb_from_bytes( $data )"
38 Calls the "$parser->handler" function once for each
39 Attean::API::Binding object that result from parsing the data read
40 from the UTF-8 encoded byte string $data.
41
43 Please report any bugs or feature requests to through the GitHub web
44 interface at <https://github.com/kasei/perlrdf/issues>.
45
47 Gregory Todd Williams "<gwilliams@cpan.org>"
48
50 Copyright (c) 2014--2022 Gregory Todd Williams. This program is free
51 software; you can redistribute it and/or modify it under the same terms
52 as Perl itself.
53
54
55
56perl v5.36.0 2022-10-03 AtteanX::Parser::SPARQLXML(3)