|
@@ -422,6 +422,9 @@ public:
|
|
|
/// Gets the markup and content of the element.
|
|
/// Gets the markup and content of the element.
|
|
|
/// @param[out] content The content of the element.
|
|
/// @param[out] content The content of the element.
|
|
|
virtual void GetInnerRML(String& content) const;
|
|
virtual void GetInnerRML(String& content) const;
|
|
|
|
|
+ /// Gets the markup and content of the element.
|
|
|
|
|
+ /// @return The content of the element.
|
|
|
|
|
+ String GetInnerRML() const;
|
|
|
/// Sets the markup and content of the element. All existing children will be replaced.
|
|
/// Sets the markup and content of the element. All existing children will be replaced.
|
|
|
/// @param[in] rml The new content of the element.
|
|
/// @param[in] rml The new content of the element.
|
|
|
void SetInnerRML(const String& rml);
|
|
void SetInnerRML(const String& rml);
|