5#include <xml/xml_node_type.h>
6#include <xml/xml_character_data.h>
41 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
42 ASPOSECPP_SHARED_RTTI_INFO_DECL();
52 friend class XmlLoader;
95 ASPOSECPP_SHARED_API
bool get_IsText()
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
Provides text manipulation methods that are used by several classes.
Definition: xml_character_data.h:36
Represents an XML document. You can use this class to load, validate, edit, add, and position XML in ...
Definition: xml_document.h:100
Returns the node immediately preceding or following this node.
Definition: xml_linked_node.h:32
Represents white space between markup in a mixed content node or white space within an xml:space='pre...
Definition: xml_significant_whitespace.h:37
String get_LocalName() override
Returns the local name of the node.
void set_Value(String value) override
Sets the value of the node.
XmlNodeType get_NodeType() override
Returns the type of the current node.
virtual ~XmlSignificantWhitespace()
XmlSignificantWhitespace(const String &strData, const SharedPtr< XmlDocument > &doc)
Initializes a new instance of the XmlSignificantWhitespace class.
void WriteContentTo(const SharedPtr< XmlWriter > &w) override
Saves all the children of the node to the specified XmlWriter.
SharedPtr< XmlNode > get_PreviousText() override
Returns the text node that immediately precedes this node.
void WriteTo(const SharedPtr< XmlWriter > &w) override
Saves the node to the specified XmlWriter.
String get_Value() override
Returns the value of the node.
String get_Name() override
Returns the qualified name of the node.
SharedPtr< XmlNode > CloneNode(bool deep) override
Creates a duplicate of this node.
MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION(XmlSignificantWhitespace, CODEPORTING_ARGS(String strData, SharedPtr< XmlDocument > doc))
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