RDF::Redland::XMLLiteralNode.3pm

Langue: en

Autres versions - même langue

Version: 2006-03-16 (ubuntu - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

RDF::Redland::XMLLiteralNode - Redland RDF URI Node Class

SYNOPSIS

   use RDF::Redland;
   my $node1=new RDF::Redland::XMLLiteralNode("<tag>content</tag>");
 
 

DESCRIPTION

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

CONSTRUCTOR

new STRING
Create a new XML datatyped literal node for the XML in STRING.

SEE ALSO

RDF::Redland::Node

AUTHOR

Dave Beckett - http://purl.org/net/dajobe/