Gregory Williams > RDF-Trine > RDF::Trine::Node::Literal

Download:
RDF-Trine-0.111.tar.gz

Dependencies

Annotate this POD

Website

CPAN RT

Open  0
Report a bug
Module Version: 0.111   Source  

NAME ^

RDF::Trine::Node::Literal - RDF Node class for literals

VERSION ^

This document describes RDF::Trine::Node::Literal version 0.111

METHODS ^

new ( $string, $lang, $datatype )

Returns a new Literal structure.

literal_value

Returns the string value of the literal.

literal_value_language

Returns the language tag of the ltieral.

literal_datatype

Returns the datatype of the literal.

sse

Returns the SSE string for this literal.

as_string

Returns a string representation of the node.

type

Returns the type string of this node.

has_language

Returns true if this literal is language-tagged, false otherwise.

has_datatype

Returns true if this literal is datatyped, false otherwise.

equal ( $node )

Returns true if the two nodes are equal, false otherwise.

AUTHOR ^

Gregory Todd Williams <gwilliams@cpan.org>

COPYRIGHT ^

Copyright (c) 2006-2009 Gregory Todd Williams. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.