ReactOS 0.4.15-dev-8621-g4b051b9
|
Management of XML file headers and formating. More...
#include <xmlstorage.h>
Public Member Functions | |
XMLFormat (PRETTY_FLAGS pretty=PRETTY_INDENT, const std::string &xml_version="1.0", const std::string &encoding="utf-8", const DocType &doctype=DocType()) | |
void | print_header (std::ostream &out, bool lf=true) const |
Public Attributes | |
PRETTY_FLAGS | _pretty |
const char * | _endl |
std::string | _version |
std::string | _encoding |
DocType | _doctype |
StyleSheetList | _stylesheets |
int | _standalone |
Management of XML file headers and formating.
Definition at line 774 of file xmlstorage.h.
|
inline |
Definition at line 776 of file xmlstorage.h.
Definition at line 740 of file xmlstorage.cpp.
Referenced by XMLStorage::XMLDoc::write(), and XMLStorage::XMLWriter::XMLWriter().
DocType XMLStorage::XMLFormat::_doctype |
Definition at line 794 of file xmlstorage.h.
Referenced by XMLStorage::XMLReaderBase::parse(), and print_header().
std::string XMLStorage::XMLFormat::_encoding |
Definition at line 792 of file xmlstorage.h.
Referenced by print_header(), and XMLStorage::XMLReaderBase::XmlDeclHandler().
Definition at line 789 of file xmlstorage.h.
Referenced by XMLStorage::XMLReaderBase::get_endl(), XMLStorage::XMLReaderBase::parse(), print_header(), XMLStorage::XMLDoc::read(), XMLStorage::XMLWriter::write_post(), XMLStorage::XMLWriter::write_pre(), and XMLStorage::XMLWriter::~XMLWriter().
PRETTY_FLAGS XMLStorage::XMLFormat::_pretty |
Definition at line 788 of file xmlstorage.h.
Referenced by XMLStorage::XMLWriter::write_post(), and XMLStorage::XMLWriter::write_pre().
int XMLStorage::XMLFormat::_standalone |
Definition at line 800 of file xmlstorage.h.
Referenced by print_header(), and XMLStorage::XMLReaderBase::XmlDeclHandler().
StyleSheetList XMLStorage::XMLFormat::_stylesheets |
Definition at line 796 of file xmlstorage.h.
Referenced by XMLStorage::XMLReaderBase::parse(), and print_header().
std::string XMLStorage::XMLFormat::_version |
Definition at line 791 of file xmlstorage.h.
Referenced by print_header(), and XMLStorage::XMLReaderBase::XmlDeclHandler().