setNameSpace {redland} | R Documentation |
Set a namespace for the serializer.
Description
Set a namespace for the serializer.
Usage
setNameSpace(.Object, world, namespace, prefix)
## S4 method for signature 'Serializer,World,character,character'
setNameSpace(.Object, world, namespace, prefix)
Arguments
.Object |
a Serializer object |
world |
a World object |
namespace |
the namespace to add to the serializer |
prefix |
the namespace prefix to associate with the namespace |
[Package redland version 1.0.17-18 Index]