|
ReactOS 0.4.16-dev-1946-g52006dd
|
XML Stylesheet entry. More...
#include <xmlstorage.h>
Public Member Functions | |
| StyleSheet () | |
| StyleSheet (const std::string &href, const std::string &type="text/xsl", bool alternate=false) | |
| bool | empty () const |
| void | print (std::ostream &out) const |
Public Attributes | |
| std::string | _href |
| std::string | _type |
| std::string | _title |
| std::string | _media |
| std::string | _charset |
| bool | _alternate |
XML Stylesheet entry.
Definition at line 725 of file xmlstorage.h.
|
inline |
Definition at line 734 of file xmlstorage.h.
|
inline |
Definition at line 736 of file xmlstorage.h.
|
inline |
Definition at line 743 of file xmlstorage.h.
| void XMLStorage::StyleSheet::print | ( | std::ostream & | out | ) | const |
Definition at line 786 of file xmlstorage.cpp.
| bool XMLStorage::StyleSheet::_alternate |
Definition at line 732 of file xmlstorage.h.
Referenced by print().
| std::string XMLStorage::StyleSheet::_charset |
Definition at line 731 of file xmlstorage.h.
Referenced by XMLStorage::XMLReaderBase::parse(), and print().
| std::string XMLStorage::StyleSheet::_href |
Definition at line 727 of file xmlstorage.h.
| std::string XMLStorage::StyleSheet::_media |
Definition at line 730 of file xmlstorage.h.
Referenced by XMLStorage::XMLReaderBase::parse(), and print().
| std::string XMLStorage::StyleSheet::_title |
Definition at line 729 of file xmlstorage.h.
Referenced by XMLStorage::XMLReaderBase::parse(), and print().
| std::string XMLStorage::StyleSheet::_type |
Definition at line 728 of file xmlstorage.h.
Referenced by print().