5#include <xml/xml_node_type.h>
6#include <xml/xml_linked_node.h>
7#include <system/string.h>
36 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
37 ASPOSECPP_SHARED_RTTI_INFO_DECL();
48 friend class XmlLoader;
95 ASPOSECPP_SHARED_API
bool get_IsContainer()
override;
111 ASPOSECPP_SHARED_API
bool IsValidChildType(
XmlNodeType type)
override;
117 #ifdef ASPOSE_GET_SHARED_MEMBERS
118 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
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
Represents an entity reference node.
Definition: xml_entity_reference.h:32
String get_Name() override
Returns the name of the node.
void set_Value(String value) override
Sets the value of the node.
String get_Value() override
Returns the value of the node.
String get_BaseURI() override
Returns the base Uniform Resource Identifier (URI) of the current node.
bool get_IsReadOnly() override
Returns a value indicating whether the node is read-only.
XmlNodeType get_NodeType() override
Returns the type of the node.
XmlEntityReference(const String &name, const SharedPtr< XmlDocument > &doc)
Initializes a new instance of the XmlEntityReference class.
String get_LocalName() override
Returns the local name of the node.
SharedPtr< XmlNode > CloneNode(bool deep) override
Creates a duplicate of this node.
virtual ~XmlEntityReference()
void WriteContentTo(const SharedPtr< XmlWriter > &w) override
Saves all the children of the node to the specified XmlWriter.
MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION(XmlEntityReference, CODEPORTING_ARGS(String name, SharedPtr< XmlDocument > doc))
void WriteTo(const SharedPtr< XmlWriter > &w) override
Saves the node to the specified XmlWriter.
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
@ Xml
Serialize according to the XML 1.0 rules.
XmlNodeType
Specifies the type of node.
Definition: xml_node_type.h:15
Definition: db_command.h:9