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.020
11
13 use Attean;
14
16 ...
17
19 "parse_term_from_string( $bytes )"
20 This method is deprecated, as the name was misleading. Calls
21 should be replaced with "parse_term_from_bytes".
22
23 "parse_term_from_bytes( $bytes )"
24 Parses the given $bytes and returns a corresponding
25 Attean::API::Term object.
26
27 "parse_iter_from_bytes( $data )"
28 Returns an iterator of Attean::API::Binding objects that result
29 from parsing the data read from the UTF-8 encoded byte string
30 $data.
31
32 "parse_iter_from_io( $fh )"
33 Returns an iterator of Attean::API::Binding objects that result
34 from parsing the data read from the IO::Handle object $fh.
35
37 Please report any bugs or feature requests to through the GitHub web
38 interface at <https://github.com/kasei/perlrdf/issues>.
39
41 Gregory Todd Williams "<gwilliams@cpan.org>"
42
44 Copyright (c) 2014--2018 Gregory Todd Williams. This program is free
45 software; you can redistribute it and/or modify it under the same terms
46 as Perl itself.
47
48
49
50perl v5.28.1 2019-01-09 AtteanX::Parser::NTuples(3)