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


Redland documentation  | view source Contained in the Redland distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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

CONSTRUCTOR

Top

new STRING

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

SEE ALSO

Top

RDF::Redland::Node

AUTHOR

Top

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


Redland documentation  | view source Contained in the Redland distribution.