1AtteanX::Parser::NTupleUss(e3r)Contributed Perl DocumentAatttieoannX::Parser::NTuples(3)
2
3
4
6 AtteanX::Parser::NTuples - Shared functionality for N-Triples and
7 N-Quads parsers
8
10 This document describes AtteanX::Parser::NTuples version 0.030
11
13 use Attean;
14
16 ...
17
19 "parse_term_from_bytes( $bytes )"
20 Parses the given $bytes and returns a corresponding
21 Attean::API::Term object.
22
23 "parse_iter_from_bytes( $data )"
24 Returns an iterator of Attean::API::Binding objects that result
25 from parsing the data read from the UTF-8 encoded byte string
26 $data.
27
28 "parse_iter_from_io( $fh )"
29 Returns an iterator of Attean::API::Binding objects that result
30 from parsing the data read from the IO::Handle object $fh.
31
33 Please report any bugs or feature requests to through the GitHub web
34 interface at <https://github.com/kasei/perlrdf/issues>.
35
37 Gregory Todd Williams "<gwilliams@cpan.org>"
38
40 Copyright (c) 2014--2020 Gregory Todd Williams. This program is free
41 software; you can redistribute it and/or modify it under the same terms
42 as Perl itself.
43
44
45
46perl v5.32.1 2021-02-08 AtteanX::Parser::NTuples(3)