![]() |
SASSY
0.0
Software Architecture Support System
|
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. | |
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.
1.8.5