Represents a single XML element.
More...
#include <XMLPrinter.h>
|
| | XMLNode ()=default |
| | Default constructor.
|
| |
| | XMLNode (const char *node, const char *content, const char *attr=nullptr) |
| | Constructor with node name, content, and optional attributes.
|
| |
|
| const char * | node = nullptr |
| | Name of the XML node.
|
| |
| const char * | attributes = nullptr |
| | Attributes of the XML node.
|
| |
| const char * | content = nullptr |
| | Content of the XML node.
|
| |
Represents a single XML element.
- Author
- Phil Schatzmann
◆ XMLNode() [1/2]
| tiny_dlna::XMLNode::XMLNode |
( |
| ) |
|
|
default |
◆ XMLNode() [2/2]
| tiny_dlna::XMLNode::XMLNode |
( |
const char * |
node, |
|
|
const char * |
content, |
|
|
const char * |
attr = nullptr |
|
) |
| |
|
inline |
Constructor with node name, content, and optional attributes.
- Parameters
-
| node | Name of the node |
| content | Content of the node |
| attr | Optional attributes |
◆ attributes
| const char* tiny_dlna::XMLNode::attributes = nullptr |
Attributes of the XML node.
◆ content
| const char* tiny_dlna::XMLNode::content = nullptr |
◆ node
| const char* tiny_dlna::XMLNode::node = nullptr |
The documentation for this struct was generated from the following file: