|
Open CASCADE Technology 6.5.2
|
#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) |
| XmlObjMgt_Persistent () | |
| empty constructor | |
| XmlObjMgt_Persistent (const XmlObjMgt_Element &theElement) | |
| constructor | |
| XmlObjMgt_Persistent (const XmlObjMgt_Element &theElement, const XmlObjMgt_DOMString &theRef) | |
| constructor from sub-element of Element referenced by theRef | |
| void | CreateElement (XmlObjMgt_Element &theParent, const XmlObjMgt_DOMString &theType, const Standard_Integer theID) |
| myElement := <theType id="theID"> | |
| 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 |
| XmlObjMgt_Persistent::XmlObjMgt_Persistent | ( | ) |
| XmlObjMgt_Persistent::XmlObjMgt_Persistent | ( | const XmlObjMgt_Element & | theElement | ) |
| XmlObjMgt_Persistent::XmlObjMgt_Persistent | ( | const XmlObjMgt_Element & | theElement, |
| const XmlObjMgt_DOMString & | theRef | ||
| ) |
| void XmlObjMgt_Persistent::CreateElement | ( | XmlObjMgt_Element & | theParent, |
| const XmlObjMgt_DOMString & | theType, | ||
| const Standard_Integer | theID | ||
| ) |
| XmlObjMgt_Element& XmlObjMgt_Persistent::Element | ( | ) |
| const XmlObjMgt_Element& XmlObjMgt_Persistent::Element | ( | ) | const |
| Standard_Integer XmlObjMgt_Persistent::Id | ( | ) | const |
| XmlObjMgt_Persistent::operator const XmlObjMgt_Element & | ( | ) | const [inline] |
| void XmlObjMgt_Persistent::operator delete | ( | void * | anAddress | ) | [inline] |
| void* XmlObjMgt_Persistent::operator new | ( | size_t | size | ) | [inline] |
| void* XmlObjMgt_Persistent::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| XmlObjMgt_Persistent::operator XmlObjMgt_Element & | ( | ) | [inline] |
| void XmlObjMgt_Persistent::SetId | ( | const Standard_Integer | theId | ) |
1.7.4