public class XMLExporter
extends java.lang.Object
implements com.jme3.export.JmeExporter
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ATTRIBUTE_SIZE |
static java.lang.String |
ELEMENT_FLOATBUFFER |
static java.lang.String |
ELEMENT_KEY |
static java.lang.String |
ELEMENT_MAPENTRY |
static java.lang.String |
ELEMENT_VALUE |
| Constructor and Description |
|---|
XMLExporter() |
| Modifier and Type | Method and Description |
|---|---|
com.jme3.export.OutputCapsule |
getCapsule(com.jme3.export.Savable object) |
static XMLExporter |
getInstance() |
void |
save(com.jme3.export.Savable object,
java.io.File f) |
void |
save(com.jme3.export.Savable object,
java.io.OutputStream f) |
public static final java.lang.String ELEMENT_MAPENTRY
public static final java.lang.String ELEMENT_KEY
public static final java.lang.String ELEMENT_VALUE
public static final java.lang.String ELEMENT_FLOATBUFFER
public static final java.lang.String ATTRIBUTE_SIZE
public void save(com.jme3.export.Savable object,
java.io.OutputStream f)
throws java.io.IOException
save in interface com.jme3.export.JmeExporterjava.io.IOExceptionpublic void save(com.jme3.export.Savable object,
java.io.File f)
throws java.io.IOException
save in interface com.jme3.export.JmeExporterjava.io.IOExceptionpublic com.jme3.export.OutputCapsule getCapsule(com.jme3.export.Savable object)
getCapsule in interface com.jme3.export.JmeExporterpublic static XMLExporter getInstance()