).
Field Summary |
private std::auto_ptr< FCDocument > |
document
|
private std::auto_ptr< FCDExtra > |
extra
|
Method Summary |
FCDocument* |
GetDocument() const
Returns the FCDocument that was loaded. |
FCDExtra* |
GetExtra() const
Returns the data from the element. |
void |
LoadFromText( const char* text )
Loads the document from the given XML string. |
private void |
ReadExtras( xmlNode* colladaNode )
|
document
private std::auto_ptr< FCDocument > document;
extra
private std::auto_ptr< FCDExtra > extra;
GetDocument
public FCDocument* GetDocument() const;
- Returns the FCDocument that was loaded.
GetExtra
public FCDExtra* GetExtra() const;
- Returns the data from the element.
LoadFromText
public void 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.
- Throws:
ColladaException
- if unable to load.
ReadExtras
private void ReadExtras( xmlNode* colladaNode );