Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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

Author

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

perl v5.40.0                                       2024-10-20                  RDF::Redland::XMLLiteralNode(3pm)

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>");

See Also