5#include <xml/xml_node_type.h>
6#include <xml/xml_node.h>
7#include <system/string.h>
35 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
36 ASPOSECPP_SHARED_RTTI_INFO_DECL();
45 friend class XmlLoader;
105 #ifdef ASPOSE_GET_SHARED_MEMBERS
106 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 a single node in the XML document.
Definition: xml_node.h:75
Represents a notation declaration, such as <!NOTATION... >.
Definition: xml_notation.h:31
String get_PublicId()
Returns the value of the public identifier on the notation declaration.
bool get_IsReadOnly() override
Returns a value indicating whether the node is read-only.
String get_LocalName() override
Returns the name of the current node without the namespace prefix.
String get_OuterXml() override
Returns the markup representing this node and all its children.
SharedPtr< XmlNode > CloneNode(bool deep) override
Creates a duplicate of this node. Notation nodes cannot be cloned. Calling this method on an XmlNotat...
String get_InnerXml() override
Returns the markup representing the children of this node.
void set_InnerXml(String value) override
Sets the markup representing the children of this node.
void WriteContentTo(const SharedPtr< XmlWriter > &w) override
Saves the children of the node to the specified XmlWriter. This method has no effect on XmlNotation n...
XmlNodeType get_NodeType() override
Returns the type of the current node.
String get_Name() override
Returns the name of the current node.
void WriteTo(const SharedPtr< XmlWriter > &w) override
Saves the node to the specified XmlWriter. This method has no effect on XmlNotation nodes.
String get_SystemId()
Returns the value of the system identifier on the notation declaration.
@ 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