SASSY  0.0
Software Architecture Support System
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
rdf::LiteralNode_ Class Referenceabstract

An abstract class defining the methods for an RDF Literal Node. More...

#include <rdfxx/rdfxx.h>

Inheritance diagram for rdf::LiteralNode_:
rdf::Node_

Public Member Functions

virtual std::string toString () const =0
 Get a string representation of the node.
 
virtual std::string toString (const Format &) const =0
 Get a string representation of the node using the supplied formatting instructions.
 
virtual Literal toLiteral () const =0
 Get the Literal data for the node.
 
- Public Member Functions inherited from rdf::Node_
virtual ~Node_ ()
 Virtual destructor.
 
virtual URI toURI () const =0
 Get the URI for a Node.
 
virtual bool isLiteral () const =0
 Check if the node is a literal.
 
virtual bool isBlank () const =0
 Check if the node is blank.
 
virtual bool isResource () const =0
 Check if the node is a resource.
 

Detailed Description

An abstract class defining the methods for an RDF Literal Node.


The documentation for this class was generated from the following file: