Public Member Functions | Private Member Functions | Private Attributes

IE_Imp_WML Class Reference

#include <ie_imp_WML.h>

Inheritance diagram for IE_Imp_WML:
IE_Imp_XML IE_Imp UT_XML::Listener

List of all members.

Public Member Functions

 IE_Imp_WML (PD_Document *pDocument)
virtual ~IE_Imp_WML ()
void startElement (const gchar *name, const gchar **atts)
void endElement (const gchar *name)
void charData (const gchar *s, int len)

Private Member Functions

void openTable (const gchar **atts)
void closeTable (void)
void openRow (const gchar **atts)
void closeRow (void)
void openCell (const gchar **atts)
void closeCell (void)
void createImage (const char *name, const gchar **atts)

Private Attributes

bool m_bOpenedBlock
bool m_bOpenedSection
UT_sint32 m_iColumns
UT_uint32 m_iImages
UT_sint32 m_iOpenedColumns
IE_Imp_TableHelperStackm_TableHelperStack

Constructor & Destructor Documentation

IE_Imp_WML::IE_Imp_WML ( PD_Document pDocument  ) 
IE_Imp_WML::~IE_Imp_WML (  )  [virtual]

References DELETEP, and m_TableHelperStack.


Member Function Documentation

void IE_Imp_WML::charData ( const gchar *  s,
int  len 
) [virtual]
void IE_Imp_WML::closeCell ( void   )  [private]
void IE_Imp_WML::closeRow ( void   )  [private]
void IE_Imp_WML::closeTable ( void   )  [private]
void IE_Imp_WML::openCell ( const gchar **  atts  )  [private]
void IE_Imp_WML::openRow ( const gchar **  atts  )  [private]
void IE_Imp_WML::openTable ( const gchar **  atts  )  [private]

Member Data Documentation

Referenced by endElement(), and startElement().

Referenced by endElement(), and startElement().

Referenced by createImage().


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