Class XMLExporter

java.lang.Object
com.jme3.export.xml.XMLExporter
All Implemented Interfaces:
com.jme3.export.JmeExporter

public class XMLExporter extends Object implements com.jme3.export.JmeExporter
Part of the jME XML IO system as introduced in the Google Code jmexml project.
Author:
Kai Rabien (hevee) - original author of the code.google.com jmexml project, Doug Daniels (dougnukem) - adjustments for jME 2.0 and Java 1.5
  • Field Details

  • Constructor Details

    • XMLExporter

      public XMLExporter()
  • Method Details

    • save

      public void save(com.jme3.export.Savable object, OutputStream f) throws IOException
      Specified by:
      save in interface com.jme3.export.JmeExporter
      Throws:
      IOException
    • save

      public void save(com.jme3.export.Savable object, File f, boolean createDirectories) throws IOException
      Specified by:
      save in interface com.jme3.export.JmeExporter
      Throws:
      IOException
    • getCapsule

      public com.jme3.export.OutputCapsule getCapsule(com.jme3.export.Savable object)
      Specified by:
      getCapsule in interface com.jme3.export.JmeExporter
    • getInstance

      public static XMLExporter getInstance()