#include <StylesheetReference.h>
Public Member Functions | |
| const cl7::string_type & | get_type () const |
| const cl7::string_type & | get_href () const |
| void | set_type (const cl7::string_type &type) |
| void | set_href (const cl7::string_type &href) |
| virtual cl7::string_type | generate () const |
Public Attributes | |
| friend | Document |
The (base) class representing an xml stylesheet reference node.
| cl7::string_type xl7::xml::StylesheetReference::generate | ( | ) | const [virtual] |
Generates xml text representing this xml object.
Reimplemented from xl7::xml::Node.
| const cl7::string_type& xl7::xml::StylesheetReference::get_href | ( | ) | const [inline] |
Returns the reference itself.
| const cl7::string_type& xl7::xml::StylesheetReference::get_type | ( | ) | const [inline] |
Returns the type of this stylesheet reference.
Reimplemented from xl7::xml::Node.
| void xl7::xml::StylesheetReference::set_href | ( | const cl7::string_type & | href | ) | [inline] |
Sets the reference itself.
| void xl7::xml::StylesheetReference::set_type | ( | const cl7::string_type & | type | ) | [inline] |
Sets the type of this stylesheet reference.
Reimplemented from xl7::xml::Node.
1.7.1