cocos2d-x  3.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SAXParser Class Reference

#include <CCSAXParser.h>

Public Member Functions

 SAXParser ()
 NA NA More...
 
 ~SAXParser (void)
 NA NA More...
 
bool init (const char *encoding)
 NA NA More...
 
bool parse (const char *xmlData, size_t dataLength)
 NA NA More...
 
bool parse (const std::string &filename)
 NA NA More...
 
void setDelegator (SAXDelegator *delegator)
 NA NA More...
 

Static Public Member Functions

static void startElement (void *ctx, const CC_XML_CHAR *name, const CC_XML_CHAR **atts)
 NA NA More...
 
static void endElement (void *ctx, const CC_XML_CHAR *name)
 NA NA More...
 
static void textHandler (void *ctx, const CC_XML_CHAR *name, int len)
 NA NA More...
 

Constructor & Destructor Documentation

SAXParser ( )

NA NA

~SAXParser ( void  )

NA NA

Member Function Documentation

static void endElement ( void *  ctx,
const CC_XML_CHAR name 
)
static

NA NA

bool init ( const char *  encoding)

NA NA

bool parse ( const char *  xmlData,
size_t  dataLength 
)

NA NA

bool parse ( const std::string &  filename)

NA NA

void setDelegator ( SAXDelegator delegator)

NA NA

static void startElement ( void *  ctx,
const CC_XML_CHAR name,
const CC_XML_CHAR **  atts 
)
static

NA NA

static void textHandler ( void *  ctx,
const CC_XML_CHAR name,
int  len 
)
static

NA NA


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