5#include <xml/xml_node_type.h>
6#include <xml/xml_node.h>
7#include <system/shared_ptr.h>
40 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
41 ASPOSECPP_SHARED_RTTI_INFO_DECL();
91 ASPOSECPP_SHARED_API
bool get_IsContainer()
override;
104 ASPOSECPP_SHARED_API
bool IsValidChildType(
XmlNodeType type)
override;
112 #ifdef ASPOSE_GET_SHARED_MEMBERS
113 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 lightweight object that is useful for tree insert operations.
Definition: xml_document_fragment.h:36
XmlDocumentFragment(const SharedPtr< XmlDocument > &ownerDocument)
Initializes a new instance of the XmlDocumentFragment class.
MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION(XmlDocumentFragment, CODEPORTING_ARGS(SharedPtr< XmlDocument > ownerDocument))
SharedPtr< XmlDocument > get_OwnerDocument() override
Returns the XmlDocument to which this node belongs.
XmlNodeType get_NodeType() override
Returns the type of the current node.
void set_InnerXml(String value) override
Sets the markup representing the children of this node.
void WriteContentTo(const SharedPtr< XmlWriter > &w) override
Saves all the children of the node to the specified XmlWriter.
String get_Name() override
Returns the qualified name of the node.
virtual ~XmlDocumentFragment()
SharedPtr< XmlNode > CloneNode(bool deep) override
Creates a duplicate of this node.
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.
String get_LocalName() override
Returns the local name of the node.
Represents an XML document. You can use this class to load, validate, edit, add, and position XML in ...
Definition: xml_document.h:100
Represents a single node in the XML document.
Definition: xml_node.h:75
XPathNodeType
Defines the XPath node types that can be returned from the XPathNavigator class.
Definition: xpath_node_type.h:17
@ 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