Parser

Parser
Scaleform::GFx::XML::Parser
Declaration
class Parser : public RefCountBaseNTS<Parser, Stat_Default_Mem>;
Description

Parser defines a pluggable XML parser that exposes a SAX2-based interface to plug in custom XML parsers.

Methods
Method 
Description 
Parses an XML file using the provided file opener and DOM builder. 
Parses a string using the provided DOM builder. 
File

XML_Support.h