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 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 60 of file rapidsax.hh.

Member Function Documentation

◆ attribute()

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

Definition at line 83 of file rapidsax.hh.

◆ cdata()

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

Definition at line 86 of file rapidsax.hh.

◆ comment()

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

Definition at line 89 of file rapidsax.hh.

◆ declarationStart()

void rapidsax::NullHandler::declarationStart ( )
inline

Definition at line 93 of file rapidsax.hh.

◆ declarationStop()

void rapidsax::NullHandler::declarationStop ( )
inline

Definition at line 95 of file rapidsax.hh.

◆ declAttribute()

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

Definition at line 94 of file rapidsax.hh.

◆ doctype()

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

Definition at line 98 of file rapidsax.hh.

◆ procInstr()

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

Definition at line 101 of file rapidsax.hh.

◆ start()

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

Definition at line 65 of file rapidsax.hh.

◆ stop()

void rapidsax::NullHandler::stop ( )
inline

Definition at line 70 of file rapidsax.hh.

◆ text()

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

Definition at line 79 of file rapidsax.hh.


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