Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

RDF::Redland::LiteralNode

Name RDF::Redland::LiteralNode
Version
Located at /usr/share/perl5
File /usr/share/perl5/RDF/Redland/LiteralNode.pm
Is Core No
Search CPAN for this module RDF::Redland::LiteralNode
Documentation RDF::Redland::LiteralNode
Module Details RDF::Redland::LiteralNode


NAME

RDF::Redland::LiteralNode - Redland RDF Literal Node Class


SYNOPSIS

  use RDF::Redland;
  my $node1=new RDF::Redland::LiteralNode("Hello, World!");
  my $node2=new RDF::Redland::LiteralNode("Bonjour monde!", undef, "fr");


DESCRIPTION

This class represents RDF literal and Typed Literals in the RDF graph. See the RDF::Redland::Node manpage for the methods on this object.


CONSTRUCTOR

new STRING [DATATYPE [XML_LANGUAGE]]
Create a new literal node for a literal value STRING. Optional datatype URI DATATYPE (RDF::Redland::URI, perl URI or string) and language (xml:lang attribute) XML_LANGUAGE may also be given.


SEE ALSO

the RDF::Redland::Node manpage


AUTHOR

Dave Beckett - http://www.dajobe.org/

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026