RDF::Redland::XMLLiteralNode - Redland RDF URI Node Class
Contents
Constructor
new STRING
Create a new XML datatyped literal node for the XML in STRING.
Description
This class represents RDF Typed Literals for XML in the RDF graph. See RDF::Redland::Node for the
methods on this object.
Name
RDF::Redland::XMLLiteralNode - Redland RDF URI Node Class
See Also
RDF::Redland::Node
Synopsis
use RDF::Redland;
my $node1=new RDF::Redland::XMLLiteralNode("<tag>content</tag>");
