1RDF::Trine::Parser::TurUtsleer::CLoenxterri(b3u)ted PerlRDDFo:c:uTmreinntea:t:iPoanrser::Turtle::Lexer(3)
2
3
4
6 RDF::Trine::Parser::Turtle::Lexer - Tokenizer for parsing Turtle, TriG,
7 and N-Triples
8
10 This document describes RDF::Trine::Parser::Turtle::Lexer version 1.019
11
13 use RDF::Trine::Parser::Lexer;
14 my $l = RDF::Trine::Parser::Lexer->new( file => $fh );
15 while (my $t = $l->get_token) {
16 ...
17 }
18
20 "new_token ( $type, @values )"
21 Returns a new token with the given type and optional values,
22 capturing the current line and column of the input data.
23
24 "get_token"
25 Returns the next token present in the input.
26
28 Please report any bugs or feature requests to through the GitHub web
29 interface at <https://github.com/kasei/perlrdf/issues>.
30
32 Gregory Todd Williams "<gwilliams@cpan.org>"
33
35 Copyright (c) 2006-2012 Gregory Todd Williams. This program is free
36 software; you can redistribute it and/or modify it under the same terms
37 as Perl itself.
38
39
40
41perl v5.38.0 2023-07-2R1DF::Trine::Parser::Turtle::Lexer(3)