![]() |
Murl Engine API
Version 2024.1
|
The ITagged property interface. More...
#include <murl_graph_i_tagged.h>
The ITagged property interface.
Public Member Functions | |
virtual Bool | SetStartTag (const String &tag)=0 |
Set the start tag. More... | |
virtual const String & | GetStartTag () const =0 |
Get the start tag. More... | |
virtual Bool | SetEndTag (const String &tag)=0 |
Set the end tag. More... | |
virtual const String & | GetEndTag () const =0 |
Get the end tag. More... | |
Set the start tag.
tag | The tag to set. |
|
pure virtual |
Get the start tag.
Set the end tag.
tag | The tag to set. |
|
pure virtual |
Get the end tag.