com.jme.util.export.xml
Class DOM_PrettyPrint

java.lang.Object
  extended by com.jme.util.export.xml.DOM_PrettyPrint

Deprecated. This class will be removed in a future release.

@Deprecated
public class DOM_PrettyPrint
extends java.lang.Object

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

Constructor Summary
DOM_PrettyPrint()
          Deprecated.  
 
Method Summary
static void serialize(org.w3c.dom.Document doc, java.io.OutputStream out)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOM_PrettyPrint

public DOM_PrettyPrint()
Deprecated. 
Method Detail

serialize

public static void serialize(org.w3c.dom.Document doc,
                             java.io.OutputStream out)
                      throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception