#include <XmlMDF_ADriver.hxx>
Inheritance diagram for XmlMDF_ADriver:
Public Member Functions | |
virtual Standard_EXPORT Standard_Integer | VersionNumber () const |
Returns the version number from which the driver is available. . | |
virtual Standard_EXPORT Handle_TDF_Attribute | NewEmpty () const =0 |
Creates a new attribute from TDF. . | |
Standard_EXPORT Handle_Standard_Type | SourceType () const |
Returns the type of source object, inheriting from Attribute from TDF. . | |
Standard_EXPORT const TCollection_AsciiString & | TypeName () const |
Returns the full XML tag name (including NS prefix) . | |
virtual Standard_EXPORT Standard_Boolean | Paste (const XmlObjMgt_Persistent &aSource, const Handle(TDF_Attribute)&aTarget, XmlObjMgt_RRelocationTable &aRelocTable) const =0 |
Translate the contents of <asource> and put it into <atarget>, using the relocation table <areloctable> to keep the sharings. . | |
virtual Standard_EXPORT void | Paste (const Handle(TDF_Attribute)&aSource, XmlObjMgt_Persistent &aTarget, XmlObjMgt_SRelocationTable &aRelocTable) const =0 |
Translate the contents of <asource> and put it into <atarget>, using the relocation table <areloctable> to keep the sharings. . | |
Standard_EXPORT void | WriteMessage (const TCollection_ExtendedString &theMessage) const |
Send message to Application (usually when error occurres) . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Protected Member Functions | |
Standard_EXPORT | XmlMDF_ADriver (const Handle(CDM_MessageDriver)&theMessageDriver, const Standard_CString theNamespace, const Standard_CString theName=NULL) |
Protected Attributes | |
TCollection_AsciiString | myTypeName |
Private Attributes | |
Handle_CDM_MessageDriver | myMessageDriver |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|