|
ReactOS 0.4.16-dev-1946-g52006dd
|
XML document type description. More...
#include <xmlstorage.h>
Public Member Functions | |
| void | parse (const char *str) |
| bool | empty () const |
Public Attributes | |
| std::string | _name |
| std::string | _public |
| std::string | _system |
XML document type description.
Definition at line 759 of file xmlstorage.h.
|
inline |
Definition at line 698 of file xmlstorage.cpp.
Referenced by XMLStorage::XMLReaderBase::parse().
| std::string XMLStorage::DocType::_name |
Definition at line 761 of file xmlstorage.h.
Referenced by empty(), parse(), and XMLStorage::XMLFormat::print_header().
| std::string XMLStorage::DocType::_public |
Definition at line 764 of file xmlstorage.h.
Referenced by parse(), and XMLStorage::XMLFormat::print_header().
| std::string XMLStorage::DocType::_system |
Definition at line 765 of file xmlstorage.h.
Referenced by parse(), and XMLStorage::XMLFormat::print_header().