5#include <xml/xml_node.h>
6#include <system/shared_ptr.h>
15class XmlCharacterData;
20class XmlEntityReference;
21class XmlProcessingInstruction;
36 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
37 ASPOSECPP_SHARED_RTTI_INFO_DECL();
79 #ifdef ASPOSE_GET_SHARED_MEMBERS
80 ASPOSECPP_SHARED_API
void GetSharedMembers(System::Object::shared_members_type& result)
const override;
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
Represents an attribute. Valid and default values for the attribute are defined in a document type de...
Definition: xml_attribute.h:50
Provides text manipulation methods that are used by several classes.
Definition: xml_character_data.h:36
Represents the XML declaration node <?xml version='1.0'...?>.
Definition: xml_declaration.h:32
Represents an XML document. You can use this class to load, validate, edit, add, and position XML in ...
Definition: xml_document.h:100
Represents the document type declaration.
Definition: xml_document_type.h:37
Represents an element.
Definition: xml_element.h:51
Represents an entity reference node.
Definition: xml_entity_reference.h:32
Returns the node immediately preceding or following this node.
Definition: xml_linked_node.h:32
Represents a single node in the XML document.
Definition: xml_node.h:75
Represents a processing instruction, which XML defines to keep processor-specific information in the ...
Definition: xml_processing_instruction.h:36
@ Xml
Serialize according to the XML 1.0 rules.
@ XmlDeclaration
The XML declaration (for example, <?xml version='1.0'?>). The XmlNodeType::XmlDeclaration node must b...
Definition: db_command.h:9