5#include <xml/xml_node_type.h>
6#include <xml/xml_node.h>
7#include <system/string.h>
36 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
37 ASPOSECPP_SHARED_RTTI_INFO_DECL();
46 friend class XmlLoader;
112 ASPOSECPP_SHARED_API
bool get_IsContainer()
override;
119 ASPOSECPP_SHARED_API
bool IsValidChildType(
XmlNodeType type)
override;
120 void SetBaseURI(
const String& inBaseURI);
126 #ifdef ASPOSE_GET_SHARED_MEMBERS
127 ASPOSECPP_SHARED_API
void GetSharedMembers(System::Object::shared_members_type& result)
const override;
137 String _unparsedReplacementStr;
140 bool _childrenFoliating;
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 entity declaration, such as <!ENTITY... >.
Definition: xml_entity.h:32
void WriteContentTo(const SharedPtr< XmlWriter > &w) override
Saves all the children of the node to the specified XmlWriter. For XmlEntity nodes,...
XmlNodeType get_NodeType() override
Returns the type of the node.
String get_NotationName()
Returns the name of the optional NDATA attribute on the entity declaration.
String get_SystemId()
Returns the value of the system identifier on the entity declaration.
SharedPtr< XmlNode > CloneNode(bool deep) override
Creates a duplicate of this node. Entity nodes cannot be cloned. Calling this method on an XmlEntity ...
void set_InnerXml(String value) override
Sets the markup representing the children of this node.
String get_OuterXml() override
Returns the markup representing this node and all its children.
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.
String get_InnerXml() override
Returns the markup representing the children of this node.
void WriteTo(const SharedPtr< XmlWriter > &w) override
Saves the node to the specified XmlWriter. For XmlEntity nodes, this method has no effect.
String get_LocalName() override
Returns the name of the node without the namespace prefix.
String get_PublicId()
Returns the value of the public identifier on the entity declaration.
String get_Name() override
Returns the name of the node.
String get_InnerText() override
Returns the concatenated values of the entity node and all its children.
void set_InnerText(String value) override
Sets the concatenated values of the entity node and all its children.
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