| 
    Open CASCADE Technology 7.8.0
    
   | 
 
root for XML-persistence More...
#include <XmlObjMgt_Persistent.hxx>
Public Member Functions | |
| 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 | 
root for XML-persistence
| XmlObjMgt_Persistent::XmlObjMgt_Persistent | ( | ) | 
empty constructor
| XmlObjMgt_Persistent::XmlObjMgt_Persistent | ( | const XmlObjMgt_Element & | theElement | ) | 
constructor
| XmlObjMgt_Persistent::XmlObjMgt_Persistent | ( | const XmlObjMgt_Element & | theElement, | 
| const XmlObjMgt_DOMString & | theRef | ||
| ) | 
constructor from sub-element of Element referenced by theRef
| void XmlObjMgt_Persistent::CreateElement | ( | XmlObjMgt_Element & | theParent, | 
| const XmlObjMgt_DOMString & | theType, | ||
| const Standard_Integer | theID | ||
| ) | 
myElement := <theType id="theID">
| XmlObjMgt_Element & XmlObjMgt_Persistent::Element | ( | ) | 
return myElement
| const XmlObjMgt_Element & XmlObjMgt_Persistent::Element | ( | ) | const | 
return myElement
| Standard_Integer XmlObjMgt_Persistent::Id | ( | ) | const | 
      
  | 
  inline | 
      
  | 
  inline | 
| void XmlObjMgt_Persistent::SetId | ( | const Standard_Integer | theId | ) |