|
Arduino DLNA Server
|
Internal callback reference used to capture the callback data from XMLParser and forward it to the caller. More...
#include <XMLParserPrint.h>
Public Attributes | |
| int | start = 0 |
| Start position of parsed data. | |
| int | len = 0 |
| Length of parsed data. | |
| Str * | outNode = nullptr |
| Output node name pointer. | |
| Vector< Str > * | outPath = nullptr |
| Output path vector pointer. | |
| Str * | outText = nullptr |
| Output text pointer. | |
| Str * | outAttrs = nullptr |
| Output attributes pointer. | |
Internal callback reference used to capture the callback data from XMLParser and forward it to the caller.
| int tiny_dlna::XMLParserPrint::CBRef::len = 0 |
Length of parsed data.
| Str* tiny_dlna::XMLParserPrint::CBRef::outAttrs = nullptr |
Output attributes pointer.
| Str* tiny_dlna::XMLParserPrint::CBRef::outNode = nullptr |
Output node name pointer.
| Str* tiny_dlna::XMLParserPrint::CBRef::outText = nullptr |
Output text pointer.
| int tiny_dlna::XMLParserPrint::CBRef::start = 0 |
Start position of parsed data.