Open CASCADE Technology
6.5.4
|
#include <XmlMNaming_NamingDriver.hxx>
Public Member Functions | |
XmlMNaming_NamingDriver (const Handle< CDM_MessageDriver > &aMessageDriver) | |
Handle_TDF_Attribute | NewEmpty () const |
Creates a new attribute from TDF. | |
Standard_Boolean | Paste (const XmlObjMgt_Persistent &theSource, const Handle< TDF_Attribute > &theTarget, XmlObjMgt_RRelocationTable &theRelocTable) const |
Translate the contents of <aSource> and put it into <aTarget>, using the relocation table <aRelocTable> to keep the sharings. | |
void | Paste (const Handle< TDF_Attribute > &theSource, XmlObjMgt_Persistent &theTarget, XmlObjMgt_SRelocationTable &theRelocTable) const |
Translate the contents of <aSource> and put it into <aTarget>, using the relocation table <aRelocTable> to keep the sharings. |
XmlMNaming_NamingDriver::XmlMNaming_NamingDriver | ( | const Handle< CDM_MessageDriver > & | aMessageDriver | ) |
Handle_TDF_Attribute XmlMNaming_NamingDriver::NewEmpty | ( | ) | const [virtual] |
Implements XmlMDF_ADriver.
Standard_Boolean XmlMNaming_NamingDriver::Paste | ( | const XmlObjMgt_Persistent & | aSource, |
const Handle< TDF_Attribute > & | aTarget, | ||
XmlObjMgt_RRelocationTable & | aRelocTable | ||
) | const [virtual] |
Implements XmlMDF_ADriver.
void XmlMNaming_NamingDriver::Paste | ( | const Handle< TDF_Attribute > & | aSource, |
XmlObjMgt_Persistent & | aTarget, | ||
XmlObjMgt_SRelocationTable & | aRelocTable | ||
) | const [virtual] |
Implements XmlMDF_ADriver.