Arduino DLNA Server
Public Member Functions | Public Attributes | List of all members
tiny_dlna::XMLNode Struct Reference

Represents a single XML element. More...

#include <XMLPrinter.h>

Public Member Functions

 XMLNode ()=default
 
 XMLNode (const char *node, const char *content, const char *attr=nullptr)
 

Public Attributes

const char * node = nullptr
 
const char * attributes = nullptr
 
const char * content = nullptr
 

Detailed Description

Represents a single XML element.

Author
Phil Schatzmann

Constructor & Destructor Documentation

◆ 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

Member Data Documentation

◆ attributes

const char* tiny_dlna::XMLNode::attributes = nullptr

◆ 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: