dtUtil::Serializer Struct Reference

A place to implement functions for serialization. More...

#include <serializer.h>

List of all members.

Static Public Member Functions

static
XERCES_CPP_NAMESPACE_QUALIFIER
DOMElement * 
ToFloat (float val, char *name, XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument *doc)
 Creates an XML Node.
static
XERCES_CPP_NAMESPACE_QUALIFIER
DOMElement * 
ToBool (bool state, char *name, XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument *doc)
 Creates an XML Node.


Detailed Description

A place to implement functions for serialization.

Member Function Documentation

DOMElement * Serializer::ToFloat ( float  val,
char *  name,
XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument *  doc 
) [static]

Creates an XML Node.

Parameters:
val The important value to be stored.
name The name of the XML Node to be created.
doc The Xerces DOMDocument required for creating new XML Nodes.

DOMElement * Serializer::ToBool ( bool  state,
char *  name,
XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument *  doc 
) [static]

Creates an XML Node.

Parameters:
state The important value to be stored.
name The name of the XML Node to be created.
doc The Xerces DOMDocument required for creating new XML Nodes.


http://www.delta3d.org
2.0.0 generated 14 Feb 2008