1AtteanX::Parser::SPARQLULseexr(3C)ontributed Perl DocumeAntttaetainoXn::Parser::SPARQLLex(3)
2
3
4
6 AtteanX::Parser::SPARQLLex - SPARQL Lexer
7
9 This document describes AtteanX::Parser::SPARQLLex version 0.033
10
12 use Attean;
13
15 ...
16
18 "canonical_media_type"
19 "media_types"
20 "file_extensions"
21 "handled_type"
22 "extend"
23
25 "file_extensions"
26 Returns a list of file extensions that may be parsed with the
27 parser.
28
29 parse_iter_from_bytes( $data )
30 Returns an iterator of SPARQL tokens that result from parsing the
31 SPARQL query/update read from the UTF-8 encoded byte string $data.
32
33 parse_iter_from_io( $fh )
34 Returns an iterator of SPARQL tokens that result from parsing the
35 SPARQL query/update read from the IO::Handle object $fh.
36
38 Please report any bugs or feature requests to through the GitHub web
39 interface at <https://github.com/kasei/perlrdf/issues>.
40
42 Gregory Todd Williams "<gwilliams@cpan.org>"
43
45 Copyright (c) 2014--2022 Gregory Todd Williams. This program is free
46 software; you can redistribute it and/or modify it under the same terms
47 as Perl itself.
48
49
50
51perl v5.38.0 2023-07-20 AtteanX::Parser::SPARQLLex(3)