Package com.jme.scene.model.XMLparser

Interface Summary
BinaryFormatConstants Started Date: Jun 23, 2004

This interface is used by jME's binary format to identify sections.
XMLloadable Started Date: Jun 6, 2004 Is implimented by jME objects to allow them to be saved/loaded to/from jME All implimenting classes must have a default constructor, or they will be unable to be processed.
 

Class Summary
BinaryToXML Started Date: Jun 23, 2004

This class converts jME's binary format to human readable XML.
JmeBinaryReader Started Date: Jun 23, 2004

This class converts jME's binary format to a scenegraph.
JmeBinaryWriter Started Date: Jun 25, 2004

This class converts a scenegraph to jME binary format.
LoaderNode Started Date: Jul 3, 2004

This node is created to store xml or jme files signaled inside a file.
XMLtoBinary Started Date: Jun 23, 2004

This class can read a XML file and convert it into jME binary format.