#include <ticpp.h>

Public Member Functions | |
| StylesheetReference () | |
| Default Constructor. | |
| StylesheetReference (TiXmlStylesheetReference *stylesheetReference) | |
| Constructor. | |
| StylesheetReference (const std::string &type, const std::string &href) | |
| Constructor. | |
| std::string | Type () const |
| Type. | |
| std::string | Href () const |
| Href. | |
| ticpp::StylesheetReference::StylesheetReference | ( | ) |
Default Constructor.
Construct an empty declaration.
| std::string ticpp::StylesheetReference::Type | ( | ) | const |
| std::string ticpp::StylesheetReference::Href | ( | ) | const |
Href.
Will return an empty string if none was found.
1.5.6