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::URI_ Class Referenceabstract

An abstract class defining the methods for an RDF URI. More...

#include <rdfxx/rdfxx.h>

Public Member Functions

virtual ~URI_ ()
 Virtual destructor.
 
virtual URI copy () const =0
 Clonethe URI.
 
virtual URI trim (World) const =0
 Strip off fragment.
 
virtual std::string toString () const =0
 Get a string representation.
 
virtual bool operator== (URI) const =0
 Compare with another URI.
 
virtual bool isFileName () const =0
 Check if URI represents a file path.
 
virtual std::string toFileName () const =0
 Convert the URI to a file path name.
 

Detailed Description

An abstract class defining the methods for an RDF URI.


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