SASSY  0.0
Software Architecture Support System
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
rdf::Format Struct Reference

Instructions for converting a node to a string. More...

#include <rdfxx/rdfxx.h>

Public Attributes

bool usePrefixes
 Replace namespaces with prefixes.
 
bool angleBrackets
 Enclose URI in '<' ... '>'.
 
std::string blank
 Name to give blank nodes.
 
bool quotes
 Put values in quotes.
 
bool showLanguage
 Include language identifier as for example: "@en".
 
std::string prefLang
 Restrict to this language when there are alternatives.
 
bool showDataType
 Include data type as for example: ^^xsd:integer.
 

Detailed Description

Instructions for converting a node to a string.

These objects are passed to the toString() method of Nodes and Statements to control how they will be presented.


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