SupportBase

SupportBase
Scaleform::GFx::State
    Scaleform::GFx::XML::SupportBase
Declaration
class SupportBase : public State;
Description

SupportBase is used to define a pluggable XML parser as a Loader state. When an instance is registered as a loader state, its methods will be called appropriately for loading XML files and strings from ActionScript. It can also be used by application developers to parse XML files from C++.

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

XML_Support.h