openMSX
Public Member Functions | List of all members
rapidsax::NullHandler Class Reference

#include <rapidsax.hh>

Inheritance diagram for rapidsax::NullHandler:
Inheritance graph
[legend]

Public Member Functions

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)
 

Detailed Description

Definition at line 66 of file rapidsax.hh.

Member Function Documentation

◆ attribute() [1/2]

void rapidsax::NullHandler::attribute ( std::string_view  ,
std::string_view   
)
inline

Definition at line 91 of file rapidsax.hh.

◆ attribute() [2/2]

void rapidsax::NullHandler::attribute ( zstring_view  ,
zstring_view   
)
inline

Definition at line 92 of file rapidsax.hh.

◆ cdata() [1/2]

void rapidsax::NullHandler::cdata ( std::string_view  )
inline

Definition at line 95 of file rapidsax.hh.

◆ cdata() [2/2]

void rapidsax::NullHandler::cdata ( zstring_view  )
inline

Definition at line 96 of file rapidsax.hh.

◆ comment() [1/2]

void rapidsax::NullHandler::comment ( std::string_view  )
inline

Definition at line 99 of file rapidsax.hh.

◆ comment() [2/2]

void rapidsax::NullHandler::comment ( zstring_view  )
inline

Definition at line 100 of file rapidsax.hh.

◆ declarationStart()

void rapidsax::NullHandler::declarationStart ( )
inline

Definition at line 104 of file rapidsax.hh.

◆ declarationStop()

void rapidsax::NullHandler::declarationStop ( )
inline

Definition at line 107 of file rapidsax.hh.

◆ declAttribute() [1/2]

void rapidsax::NullHandler::declAttribute ( std::string_view  ,
std::string_view   
)
inline

Definition at line 105 of file rapidsax.hh.

◆ declAttribute() [2/2]

void rapidsax::NullHandler::declAttribute ( zstring_view  ,
zstring_view   
)
inline

Definition at line 106 of file rapidsax.hh.

◆ doctype() [1/2]

void rapidsax::NullHandler::doctype ( std::string_view  )
inline

Definition at line 110 of file rapidsax.hh.

◆ doctype() [2/2]

void rapidsax::NullHandler::doctype ( zstring_view  )
inline

Definition at line 111 of file rapidsax.hh.

◆ procInstr() [1/2]

void rapidsax::NullHandler::procInstr ( std::string_view  ,
std::string_view   
)
inline

Definition at line 114 of file rapidsax.hh.

◆ procInstr() [2/2]

void rapidsax::NullHandler::procInstr ( zstring_view  ,
zstring_view   
)
inline

Definition at line 115 of file rapidsax.hh.

◆ start() [1/2]

void rapidsax::NullHandler::start ( std::string_view  )
inline

Definition at line 71 of file rapidsax.hh.

◆ start() [2/2]

void rapidsax::NullHandler::start ( zstring_view  )
inline

Definition at line 72 of file rapidsax.hh.

◆ stop()

void rapidsax::NullHandler::stop ( )
inline

Definition at line 77 of file rapidsax.hh.

◆ text() [1/2]

void rapidsax::NullHandler::text ( std::string_view  )
inline

Definition at line 86 of file rapidsax.hh.

◆ text() [2/2]

void rapidsax::NullHandler::text ( zstring_view  )
inline

Definition at line 87 of file rapidsax.hh.


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