#include <XmlObjMgt_Persistent.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | XmlObjMgt_Persistent () |
empty constructor | |
Standard_EXPORT | XmlObjMgt_Persistent (const XmlObjMgt_Element &theElement) |
constructor | |
Standard_EXPORT | XmlObjMgt_Persistent (const XmlObjMgt_Element &theElement, const XmlObjMgt_DOMString &theRef) |
constructor from sub-element of Element referenced by theRef | |
Standard_EXPORT void | CreateElement (XmlObjMgt_Element &theParent, const XmlObjMgt_DOMString &theType, const Standard_Integer theID) |
myElement := <theType id="theID"/> | |
Standard_EXPORT void | SetId (const Standard_Integer theId) |
const XmlObjMgt_Element & | Element () const |
return myElement | |
operator const XmlObjMgt_Element & () const | |
XmlObjMgt_Element & | Element () |
return myElement | |
operator XmlObjMgt_Element & () | |
Standard_Integer | Id () const |
Private Attributes | |
XmlObjMgt_Element | myElement |
Standard_Integer | myID |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|