openMSX
Public Member Functions | List of all members
openmsx::XMLDocumentHandler Class Reference
Inheritance diagram for openmsx::XMLDocumentHandler:
Inheritance graph
[legend]
Collaboration diagram for openmsx::XMLDocumentHandler:
Collaboration graph
[legend]

Public Member Functions

 XMLDocumentHandler (XMLDocument &doc_)
 
std::string_view getSystemID () const
 
void start (std::string_view name)
 
void stop ()
 
void text (std::string_view text)
 
void attribute (std::string_view name, std::string_view value)
 
void doctype (std::string_view txt)
 
- Public Member Functions inherited from rapidsax::NullHandler
void start (std::string_view)
 
void stop ()
 
void text (std::string_view)
 
void attribute (std::string_view, std::string_view)
 
void cdata (std::string_view)
 
void comment (std::string_view)
 
void declarationStart ()
 
void declAttribute (std::string_view, std::string_view)
 
void declarationStop ()
 
void doctype (std::string_view)
 
void procInstr (std::string_view, std::string_view)
 

Detailed Description

Definition at line 229 of file XMLElement.cc.

Constructor & Destructor Documentation

◆ XMLDocumentHandler()

openmsx::XMLDocumentHandler::XMLDocumentHandler ( XMLDocument doc_)
inlineexplicit

Definition at line 232 of file XMLElement.cc.

Member Function Documentation

◆ attribute()

void openmsx::XMLDocumentHandler::attribute ( std::string_view  name,
std::string_view  value 
)
inline

Definition at line 262 of file XMLElement.cc.

References openmsx::XMLDocument::allocateAttribute().

◆ doctype()

void openmsx::XMLDocumentHandler::doctype ( std::string_view  txt)
inline

Definition at line 271 of file XMLElement.cc.

References t.

◆ getSystemID()

std::string_view openmsx::XMLDocumentHandler::getSystemID ( ) const
inline

Definition at line 236 of file XMLElement.cc.

Referenced by openmsx::XMLDocument::load().

◆ start()

void openmsx::XMLDocumentHandler::start ( std::string_view  name)
inline

Definition at line 238 of file XMLElement.cc.

References openmsx::XMLDocument::allocateElement().

◆ stop()

void openmsx::XMLDocumentHandler::stop ( )
inline

Definition at line 251 of file XMLElement.cc.

◆ text()

void openmsx::XMLDocumentHandler::text ( std::string_view  text)
inline

Definition at line 258 of file XMLElement.cc.

References text().

Referenced by text().


The documentation for this class was generated from the following file: