LibreOffice Module sw (master) 1
|
#include <SwXMLBlockImport.hxx>
Public Member Functions | |
SwXMLTextBlockTokenHandler () | |
virtual | ~SwXMLTextBlockTokenHandler () override |
sal_Int32 SAL_CALL | getTokenFromUTF8 (const css::uno::Sequence< sal_Int8 > &Identifier) override |
css::uno::Sequence< sal_Int8 > SAL_CALL | getUTF8Identifier (sal_Int32 Token) override |
virtual sal_Int32 | getTokenDirect (const char *pTag, sal_Int32 nLength) const override |
Public Member Functions inherited from sax_fastparser::FastTokenHandlerBase | |
virtual | ~FastTokenHandlerBase () |
virtual sal_Int32 | getTokenDirect (const char *pToken, sal_Int32 nLength) const=0 |
Additional Inherited Members | |
Static Public Member Functions inherited from sax_fastparser::FastTokenHandlerBase | |
static sal_Int32 | getTokenFromChars (const FastTokenHandlerBase *pTokenHandler, std::string_view str) |
Definition at line 85 of file SwXMLBlockImport.hxx.
SwXMLTextBlockTokenHandler::SwXMLTextBlockTokenHandler | ( | ) |
Definition at line 120 of file SwXMLBlockImport.cxx.
|
overridevirtual |
Definition at line 124 of file SwXMLBlockImport.cxx.
|
overridevirtual |
Implements sax_fastparser::FastTokenHandlerBase.
Definition at line 138 of file SwXMLBlockImport.cxx.
References nLength, and XML_TOKEN_INVALID.
Referenced by getTokenFromUTF8().
|
override |
Definition at line 128 of file SwXMLBlockImport.cxx.
References getTokenDirect(), and Identifier.
|
override |
Definition at line 133 of file SwXMLBlockImport.cxx.