Inheritance diagram for SmXMLStringContext_Impl:
Public Member Functions | |
SmXMLStringContext_Impl (SmXMLImport &rImport, sal_uInt16 nPrefix, const OUString &rLName) | |
virtual void | TCharacters (const OUString &rChars) |
void | EndElement () |
Protected Attributes | |
SmToken | aToken |
Definition at line 1961 of file mathml.cxx.
SmXMLStringContext_Impl::SmXMLStringContext_Impl | ( | SmXMLImport & | rImport, | |
sal_uInt16 | nPrefix, | |||
const OUString & | rLName | |||
) | [inline] |
Definition at line 1964 of file mathml.cxx.
References aToken, SmToken::cMathChar, SmToken::eType, SmToken::nGroup, SmToken::nLevel, and TTEXT.
void SmXMLStringContext_Impl::TCharacters | ( | const OUString & | rChars | ) | [virtual] |
Reimplemented from SmXMLImportContext.
Definition at line 1979 of file mathml.cxx.
References SmToken::aText, and aToken.
void SmXMLStringContext_Impl::EndElement | ( | ) |
Definition at line 1997 of file mathml.cxx.
References aToken, FNT_FIXED, SmXMLImport::GetNodeStack(), and SmXMLImportContext::GetSmImport().
SmToken SmXMLStringContext_Impl::aToken [protected] |
Definition at line 1976 of file mathml.cxx.
Referenced by EndElement(), SmXMLStringContext_Impl(), and TCharacters().