Base class shared by XML object input and output streams.
More...
#include <rw/xmlstreams/RWXmlObjectStreamCommon.h>
Base class shared by XML object input and output streams. This class defines the tags and attribute names used in the XML.
static const char* RWXmlObjectStreamCommon::rwStreamToLocalStringType |
( |
RWStreamType |
stype | ) |
|
|
static |
Converts an RWStreamType enum value into a string representing an XML non-qualified (local) element name. For example, passing the enum value RW_NESTED_OBJECT results in a return value of nested_object
.
static const char* RWXmlObjectStreamCommon::rwStreamToStringType |
( |
RWStreamType |
stype | ) |
|
|
static |
Converts an RWStreamType enum value into a string representing an XML qualified element name. For example, passing the enum value RW_NESTED_OBJECT results in a return value of rw:nested_object
.
const char* RWXmlObjectStreamCommon::associationTag |
|
static |
Represent the element and attribute names used in the generated XML object stream.
const char* RWXmlObjectStreamCommon::assocKeyTag |
|
static |
Represent the element and attribute names used in the generated XML object stream.
const char* RWXmlObjectStreamCommon::assocValueTag |
|
static |
Represent the element and attribute names used in the generated XML object stream.
const char* RWXmlObjectStreamCommon::elementPosAttr |
|
static |
Represent the element and attribute names used in the generated XML object stream.
const char* RWXmlObjectStreamCommon::IdAttr |
|
static |
Represent the element and attribute names used in the generated XML object stream.
const char* RWXmlObjectStreamCommon::IdRefAttr |
|
static |
Represent the element and attribute names used in the generated XML object stream.
const char* RWXmlObjectStreamCommon::mapCountAttr |
|
static |
Represent the element and attribute names used in the generated XML object stream.
const char* RWXmlObjectStreamCommon::mapKeyTypeAttr |
|
static |
Represent the element and attribute names used in the generated XML object stream.
const char* RWXmlObjectStreamCommon::mapTag |
|
static |
Represent the element and attribute names used in the generated XML object stream.
const char* RWXmlObjectStreamCommon::mapValueTypeAttr |
|
static |
Represent the element and attribute names used in the generated XML object stream.
const char* RWXmlObjectStreamCommon::memberNameAttr |
|
static |
Represent the element and attribute names used in the generated XML object stream.
const char* RWXmlObjectStreamCommon::memberTag |
|
static |
Represent the element and attribute names used in the generated XML object stream.
const char* RWXmlObjectStreamCommon::memberTypeAttr |
|
static |
Represent the element and attribute names used in the generated XML object stream.
const char* RWXmlObjectStreamCommon::nestedObjectTag |
|
static |
Represent the element and attribute names used in the generated XML object stream.
const char* RWXmlObjectStreamCommon::objectNameAttr |
|
static |
Represent the element and attribute names used in the generated XML object stream.
const char* RWXmlObjectStreamCommon::objectRefTag |
|
static |
Represent the element and attribute names used in the generated XML object stream.
const char* RWXmlObjectStreamCommon::objectRefTagLocal |
|
static |
Represent the element and attribute names used in the generated XML object stream.
const char* RWXmlObjectStreamCommon::objectTag |
|
static |
Represent the element and attribute names used in the generated XML object stream.
const char* RWXmlObjectStreamCommon::objectTypeAttr |
|
static |
Represent the element and attribute names used in the generated XML object stream.
const char* RWXmlObjectStreamCommon::primitiveTag |
|
static |
Represent the element and attribute names used in the generated XML object stream.
const char* RWXmlObjectStreamCommon::rwEncodingNamespaceValue |
|
static |
Represent the element and attribute names used in the generated XML object stream.
const char* RWXmlObjectStreamCommon::rwNamespace |
|
static |
Represent the element and attribute names used in the generated XML object stream.
const char* RWXmlObjectStreamCommon::rwNamespaceAttr |
|
static |
Represent the element and attribute names used in the generated XML object stream.
const char* RWXmlObjectStreamCommon::rwNamespaceValue |
|
static |
Represent the element and attribute names used in the generated XML object stream.
const char* RWXmlObjectStreamCommon::seqCountAttr |
|
static |
Represent the element and attribute names used in the generated XML object stream.
const char* RWXmlObjectStreamCommon::seqTypeAttr |
|
static |
Represent the element and attribute names used in the generated XML object stream.
const char* RWXmlObjectStreamCommon::sequenceElementTag |
|
static |
Represent the element and attribute names used in the generated XML object stream.
const char* RWXmlObjectStreamCommon::sequenceTag |
|
static |
Represent the element and attribute names used in the generated XML object stream.
const char* RWXmlObjectStreamCommon::xsdNamespace |
|
static |
Represent the element and attribute names used in the generated XML object stream.
const char* RWXmlObjectStreamCommon::xsdNamespaceAttr |
|
static |
Represent the element and attribute names used in the generated XML object stream.
const char* RWXmlObjectStreamCommon::xsdNamespaceValue |
|
static |
Represent the element and attribute names used in the generated XML object stream.
const char* RWXmlObjectStreamCommon::xsiNamespace |
|
static |
Represent the element and attribute names used in the generated XML object stream.
const char* RWXmlObjectStreamCommon::xsiNamespaceAttr |
|
static |
Represent the element and attribute names used in the generated XML object stream.
const char* RWXmlObjectStreamCommon::xsiNamespaceValue |
|
static |
Represent the element and attribute names used in the generated XML object stream.