ParserExpat

ParserExpat
Scaleform::GFx::XML::Parser
    Scaleform::GFx::XML::ParserExpat
Declaration
class ParserExpat : public Parser;
Description

ParserExpat provides an implementation of XML parsing support. 

It is an implementation of the SAX2 pluggable parser interface using the expat XML parser library found at http://expat.sourceforge.net/. It has been verified to support Win32, Win64, Linux, OSX, PS2, PS3, PSP, XBOX360 and Wii platforms.

Methods
Method 
Description 
Parses a file and directs callbacks to the provided handler. 
Parses a string and directs callbacks to the provided handler. 
ParserExpat constructor. 
File

XML_Expat.h