struct CCL::XmlArchiveParser::State

struct State
{
    // fields

    ParserState type;
    Attributes* attributes;
    String className;
    String id;

    // construction

    State (ParserState type, Attributes* a = nullptr);

    // methods

    Attributes& getAttributes ();
};