SASSY
0.0
Software Architecture Support System
|
An abstract class defining the methods for an RDF Literal Node. More...
#include <rdfxx/rdfxx.h>
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. | |
An abstract class defining the methods for an RDF Literal Node.