xcfw/inc/xcfwentityconverter.h
branchv5backport
changeset 54 666a2952b5b3
parent 0 79c6a41cd166
equal deleted inserted replaced
53:282cea3dd14c 54:666a2952b5b3
    28 * Entity converter dummy implementation for GMXML parser. XCFW does the
    28 * Entity converter dummy implementation for GMXML parser. XCFW does the
    29 * localization related entity conversion during DOM to XCFW tree parsing,
    29 * localization related entity conversion during DOM to XCFW tree parsing,
    30 * this class is needed only because GMXML would otherwise turn any & character
    30 * this class is needed only because GMXML would otherwise turn any & character
    31 * it finds into a & entity.
    31 * it finds into a & entity.
    32 *
    32 *
    33 * @lib XCFW.lib
    33 * @lib XCFW_hs_hs.lib
    34 * @since Series 60 3.1
    34 * @since Series 60 3.1
    35 */
    35 */
    36 class CXCFWEntityConverter: public CMDXMLEntityConverter
    36 class CXCFWEntityConverter: public CMDXMLEntityConverter
    37 	{
    37 	{
    38 public:
    38 public: