Inheritance diagram for SmXMLNumberContext_Impl:
Public Member Functions | |
SmXMLNumberContext_Impl (SmXMLImport &rImport, sal_uInt16 nPrefix, const OUString &rLName) | |
virtual void | TCharacters (const OUString &rChars) |
void | EndElement () |
Protected Attributes | |
SmToken | aToken |
Definition at line 1860 of file mathml.cxx.
SmXMLNumberContext_Impl::SmXMLNumberContext_Impl | ( | SmXMLImport & | rImport, | |
sal_uInt16 | nPrefix, | |||
const OUString & | rLName | |||
) | [inline] |
Definition at line 1863 of file mathml.cxx.
References aToken, SmToken::cMathChar, SmToken::eType, SmToken::nGroup, SmToken::nLevel, and TNUMBER.
void SmXMLNumberContext_Impl::TCharacters | ( | const OUString & | rChars | ) | [virtual] |
Reimplemented from SmXMLImportContext.
Definition at line 1878 of file mathml.cxx.
References SmToken::aText, and aToken.
void SmXMLNumberContext_Impl::EndElement | ( | ) |
Definition at line 1883 of file mathml.cxx.
References aToken, FNT_NUMBER, SmXMLImport::GetNodeStack(), and SmXMLImportContext::GetSmImport().
SmToken SmXMLNumberContext_Impl::aToken [protected] |
Definition at line 1875 of file mathml.cxx.
Referenced by EndElement(), SmXMLNumberContext_Impl(), and TCharacters().