OmmXml represents XML data format in Omm. More...
Public Member Functions | |
Constructor | |
OmmXml () | |
More... | |
Destructor | |
virtual | ~OmmXml () |
More... | |
Accessors | |
DataType::DataTypeEnum | getDataType () const |
More... | |
Data::DataCode | getCode () const |
More... | |
const EmaBuffer & | getAsHex () const |
More... | |
const EmaString & | toString () const |
More... | |
const EmaString & | getString () const |
More... | |
const EmaBuffer & | getBuffer () const |
More... | |
![]() | |
virtual | ~ComplexType () |
More... | |
![]() | |
const EmaString & | getCodeAsString () const |
More... | |
operator const char * () const | |
More... | |
virtual | ~Data () |
More... | |
Operations | |
OmmXml & | clear () |
More... | |
OmmXml & | set (const EmaString &value) |
More... | |
OmmXml & | set (const EmaBuffer &value) |
More... | |
Additional Inherited Members | |
![]() | |
enum | DataCode { NoCodeEnum = 0 , BlankEnum = 1 } |
![]() | |
ComplexType () | |
![]() | |
Data () | |
The following code snippet shows setting of XML data into FieldList;
The following code snippet shows extraction of xml data from FieldList;
refinitiv::ema::access::OmmXml::OmmXml | ( | ) |
Constructs OmmXml
|
virtual |
Destructor.
OmmXml& refinitiv::ema::access::OmmXml::clear | ( | ) |
|
virtual |
Returns a buffer that in turn provides an alphanumeric null-terminated hexadecimal string representation.
Implements refinitiv::ema::access::Data.
const EmaBuffer& refinitiv::ema::access::OmmXml::getBuffer | ( | ) | const |
Returns contained XML buffer.
|
virtual |
Returns the Code, which indicates a special state of a DataType.
Implements refinitiv::ema::access::Data.
|
virtual |
Returns the DataType, which is the type of Omm data. Results in this class type.
Implements refinitiv::ema::access::Data.
const EmaString& refinitiv::ema::access::OmmXml::getString | ( | ) | const |
Returns contained XML string.
Specifies Set.
[in] | value | specifies XML data using EmaBuffer |
Specifies Set.
[in] | value | specifies XML data using EmaString |
|
virtual |
Returns a string representation of the class instance.
Implements refinitiv::ema::access::Data.
![]() |
![]() |
|