CParserXML Class Reference

#include <parser_xml.h>

Inheritance diagram for CParserXML:

Inheritance graph
[legend]
Collaboration diagram for CParserXML:

Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual CSmartPtr< CScoreParse ()

Static Public Member Functions

static CSmartPtr< IParserCreate (const std::string &FileName)

Private Member Functions

std::string _Attribute (xmlNodePtr Node, const char *Name)
void _ParseNote (xmlNodePtr Node, CSmartPtr< IEntity > &Entity)
void _ParsePause (xmlNodePtr Node, CSmartPtr< IEntity > &Entity)
void _ParseBlock (xmlNodePtr Node, CSmartPtr< IEntity > &Entity, CSmartPtr< CScore > &Score)
 CParserXML (const std::string &FileName)
virtual ~CParserXML ()

Friends

class CSmartPtr< CParserXML >


Detailed Description

Definition at line 32 of file parser_xml.h.


Constructor & Destructor Documentation

CParserXML::CParserXML ( const std::string &  FileName  )  [private]

virtual CParserXML::~CParserXML (  )  [private, virtual]


Member Function Documentation

std::string CParserXML::_Attribute ( xmlNodePtr  Node,
const char *  Name 
) [private]

void CParserXML::_ParseNote ( xmlNodePtr  Node,
CSmartPtr< IEntity > &  Entity 
) [private]

void CParserXML::_ParsePause ( xmlNodePtr  Node,
CSmartPtr< IEntity > &  Entity 
) [private]

void CParserXML::_ParseBlock ( xmlNodePtr  Node,
CSmartPtr< IEntity > &  Entity,
CSmartPtr< CScore > &  Score 
) [private]

static CSmartPtr<IParser> CParserXML::Create ( const std::string &  FileName  )  [inline, static]

Definition at line 46 of file parser_xml.h.

00047         {
00048                 return new CParserXML(FileName);
00049         }

virtual CSmartPtr<CScore> CParserXML::Parse (  )  [virtual]

Implements IParser.


Friends And Related Function Documentation

friend class CSmartPtr< CParserXML > [friend]

Definition at line 34 of file parser_xml.h.


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

Generated on Tue Aug 30 02:36:56 2011 for Smacky by  doxygen 1.5.8