#include <meta.h>
Inheritance diagram for freedaisy::Meta:
Public Member Functions | |
| Meta () | |
| Meta (xmlNodePtr src) | |
| Meta (XMLNode src) | |
| std::string | getContent () |
| Get content. | |
| void | setContent (std::string content) |
| Set content. | |
| std::string | getName () |
| Get name. | |
| void | setName (std::string name) |
| Set name. | |
| std::string | getScheme () |
| Get scheme attribute. | |
| void | setScheme (std::string scheme) |
| Set scheme attribute (with autocompletion). | |
Definition at line 10 of file meta.h.
1.4.6