Pyrogenesis  trunk
Public Member Functions | Private Member Functions | Private Attributes | List of all members
FColladaDocument Class Reference

Standard document loader. More...

#include <CommonConvert.h>

Public Member Functions

void LoadFromText (const char *text)
 Loads the document from the given XML string. More...
 
FCDocument * GetDocument () const
 Returns the FCDocument that was loaded. More...
 
FCDExtra * GetExtra () const
 Returns the <extra> data from the <COLLADA> element. More...
 

Private Member Functions

void ReadExtras (xmlNode *colladaNode)
 

Private Attributes

std::unique_ptr< FCDocument > document
 
std::unique_ptr< FCDExtra > extra
 

Detailed Description

Standard document loader.

Based on FCDocument::LoadFromText, but allows access to <extra> nodes at the document level (i.e. directly in <COLLADA>).

Member Function Documentation

FCDocument* FColladaDocument::GetDocument ( ) const
inline

Returns the FCDocument that was loaded.

FCDExtra* FColladaDocument::GetExtra ( ) const
inline

Returns the <extra> data from the <COLLADA> element.

void FColladaDocument::LoadFromText ( const char *  text)

Loads the document from the given XML string.

Should be the first function called on this object, and should only be called once.

Exceptions
ColladaExceptionif unable to load.
void FColladaDocument::ReadExtras ( xmlNode *  colladaNode)
private

Member Data Documentation

std::unique_ptr<FCDocument> FColladaDocument::document
private
std::unique_ptr<FCDExtra> FColladaDocument::extra
private

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