#include <userinfo.h>
Public Member Functions | |
BindedElement (CompoundUserInfo< T > *parent, string name, U defaultValue, string help) | |
BindedElement (CompoundUserInfo< T > *parent, string name, U defaultValue) | |
void | AssemblyComponentsFromXML (DOMElement &element) |
This method parse DOMElement, finds proper DOMNode and fills binded data accordingly. | |
void | ReleaseMemory () |
A method for releasing memory allocated within the 'AssemblyComponentsFromXML()' method. | |
bool | DisassemblyComponentsToXML (DOMElement &element) |
Public Attributes | |
U | value |
Protected Member Functions | |
string | XMLCh2str (const XMLCh *const XMLCh_str) |
function which transcodes Xerces' XMLCh-based strings into C++ strings | |
string | removeSpaces (const string &str) |
bool CompoundUserInfo< T >::BindedElement< U >::DisassemblyComponentsToXML | ( | DOMElement & | element | ) | [inline, virtual] |
This method reads binded data, fill them into a new DOMNode, which then appends to the passed DOMElement
Implements BindingFrame.
References UserInfo::Disassembly().