5#include <system/object.h> 
   33    typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
 
   34    ASPOSECPP_SHARED_RTTI_INFO_DECL();
 
   82    #ifdef ASPOSE_GET_SHARED_MEMBERS 
   83    ASPOSECPP_SHARED_API 
void GetSharedMembers(System::Object::shared_members_type& result) 
const override;
 
   86    #ifdef __DBG_FOR_EACH_MEMBER 
   90    ASPOSECPP_SHARED_API 
void DBG_for_each_member(DBG::for_each_member_visitor& visitor) 
const override;
 
   93    const char* DBG_class_name()
 const override { 
return "XmlImplementation"; }
 
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
 
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
 
String class used across the library. Is a substitute for C# System.String when translating code....
Definition: string.h:122
 
Represents an XML document. You can use this class to load, validate, edit, add, and position XML in ...
Definition: xml_document.h:100
 
Defines the context for a set of XmlDocument objects.
Definition: xml_implementation.h:29
 
virtual SharedPtr< XmlDocument > CreateDocument()
Creates a new XmlDocument.
 
bool HasFeature(const String &strFeature, const String &strVersion)
Tests if the Document Object Model (DOM) implementation implements a specific feature.
 
virtual ~XmlImplementation()
 
XmlImplementation()
Initializes a new instance of the XmlImplementation class.
 
XmlImplementation(const SharedPtr< XmlNameTable > &nt)
Initializes a new instance of the XmlImplementation class with the XmlNameTable specified.
 
@ Xml
Serialize according to the XML 1.0 rules.
 
Definition: db_command.h:9