openMSX
|
Public Member Functions | |
XMLDocumentHandler (XMLDocument &doc_) | |
std::string_view | getSystemID () const |
void | start (zstring_view name) |
void | stop () |
void | text (zstring_view text) |
void | attribute (zstring_view name, zstring_view value) |
void | doctype (zstring_view txt) |
Public Member Functions inherited from rapidsax::NullHandler | |
void | start (std::string_view) |
void | start (zstring_view) |
void | stop () |
void | text (std::string_view) |
void | text (zstring_view) |
void | attribute (std::string_view, std::string_view) |
void | attribute (zstring_view, zstring_view) |
void | cdata (std::string_view) |
void | cdata (zstring_view) |
void | comment (std::string_view) |
void | comment (zstring_view) |
void | declarationStart () |
void | declAttribute (std::string_view, std::string_view) |
void | declAttribute (zstring_view, zstring_view) |
void | declarationStop () |
void | doctype (std::string_view) |
void | doctype (zstring_view) |
void | procInstr (std::string_view, std::string_view) |
void | procInstr (zstring_view, zstring_view) |
Definition at line 229 of file XMLElement.cc.
|
inlineexplicit |
Definition at line 232 of file XMLElement.cc.
|
inline |
Definition at line 262 of file XMLElement.cc.
References openmsx::XMLDocument::allocateAttribute(), and zstring_view::c_str().
|
inline |
Definition at line 271 of file XMLElement.cc.
References zstring_view::find(), zstring_view::size(), zstring_view::substr(), and t.
|
inline |
Definition at line 236 of file XMLElement.cc.
Referenced by openmsx::XMLDocument::load().
|
inline |
Definition at line 238 of file XMLElement.cc.
References openmsx::XMLDocument::allocateElement(), and zstring_view::c_str().
|
inline |
Definition at line 251 of file XMLElement.cc.
|
inline |