Package com.jme3.export.xml
Class DOMOutputCapsule
java.lang.Object
com.jme3.export.xml.DOMOutputCapsule
- All Implemented Interfaces:
 OutputCapsule
Part of the jME XML IO system as introduced in the Google Code jmexml project.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetDoc()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidwrite(ByteBuffer value, String name, ByteBuffer defVal) voidwrite(FloatBuffer value, String name, FloatBuffer defVal) voidvoidwrite(ShortBuffer value, String name, ShortBuffer defVal) voidvoidwriteByteBufferArrayList(ArrayList<ByteBuffer> array, String name, ArrayList<ByteBuffer> defVal) voidwriteFloatBufferArrayList(ArrayList<FloatBuffer> array, String name, ArrayList<FloatBuffer> defVal) voidvoidwriteSavableArrayList(ArrayList array, String name, ArrayList defVal) voidwriteSavableArrayListArray(ArrayList[] objects, String name, ArrayList[] defVal) voidwriteSavableArrayListArray2D(ArrayList[][] value, String name, ArrayList[][] defVal) voidwriteSavableMap(Map<? extends Savable, ? extends Savable> map, String name, Map<? extends Savable, ? extends Savable> defVal) voidwriteStringSavableMap(Map<String, ? extends Savable> map, String name, Map<String, ? extends Savable> defVal)  
- 
Constructor Details
- 
DOMOutputCapsule
 
 - 
 - 
Method Details
- 
getDoc
 - 
write
- Specified by:
 writein interfaceOutputCapsule- Throws:
 IOException
 - 
write
- Specified by:
 writein interfaceOutputCapsule- Throws:
 IOException
 - 
write
- Specified by:
 writein interfaceOutputCapsule- Throws:
 IOException
 - 
write
- Specified by:
 writein interfaceOutputCapsule- Throws:
 IOException
 - 
write
- Specified by:
 writein interfaceOutputCapsule- Throws:
 IOException
 - 
write
- Specified by:
 writein interfaceOutputCapsule- Throws:
 IOException
 - 
write
- Specified by:
 writein interfaceOutputCapsule- Throws:
 IOException
 - 
write
- Specified by:
 writein interfaceOutputCapsule- Throws:
 IOException
 - 
write
- Specified by:
 writein interfaceOutputCapsule- Throws:
 IOException
 - 
write
- Specified by:
 writein interfaceOutputCapsule- Throws:
 IOException
 - 
write
- Specified by:
 writein interfaceOutputCapsule- Throws:
 IOException
 - 
write
- Specified by:
 writein interfaceOutputCapsule- Throws:
 IOException
 - 
write
- Specified by:
 writein interfaceOutputCapsule- Throws:
 IOException
 - 
write
- Specified by:
 writein interfaceOutputCapsule- Throws:
 IOException
 - 
write
- Specified by:
 writein interfaceOutputCapsule- Throws:
 IOException
 - 
write
- Specified by:
 writein interfaceOutputCapsule- Throws:
 IOException
 - 
write
- Specified by:
 writein interfaceOutputCapsule- Throws:
 IOException
 - 
write
- Specified by:
 writein interfaceOutputCapsule- Throws:
 IOException
 - 
write
- Specified by:
 writein interfaceOutputCapsule- Throws:
 IOException
 - 
write
- Specified by:
 writein interfaceOutputCapsule- Throws:
 IOException
 - 
write
- Specified by:
 writein interfaceOutputCapsule- Throws:
 IOException
 - 
write
- Specified by:
 writein interfaceOutputCapsule- Throws:
 IOException
 - 
write
- Specified by:
 writein interfaceOutputCapsule- Throws:
 IOException
 - 
write
- Specified by:
 writein interfaceOutputCapsule- Throws:
 IOException
 - 
write
- Specified by:
 writein interfaceOutputCapsule- Throws:
 IOException
 - 
write
- Specified by:
 writein interfaceOutputCapsule- Throws:
 IOException
 - 
write
- Specified by:
 writein interfaceOutputCapsule- Throws:
 IOException
 - 
write
- Specified by:
 writein interfaceOutputCapsule- Throws:
 IOException
 - 
writeSavableArrayList
public void writeSavableArrayList(ArrayList array, String name, ArrayList defVal) throws IOException - Specified by:
 writeSavableArrayListin interfaceOutputCapsule- Throws:
 IOException
 - 
writeSavableArrayListArray
public void writeSavableArrayListArray(ArrayList[] objects, String name, ArrayList[] defVal) throws IOException - Specified by:
 writeSavableArrayListArrayin interfaceOutputCapsule- Throws:
 IOException
 - 
writeSavableArrayListArray2D
public void writeSavableArrayListArray2D(ArrayList[][] value, String name, ArrayList[][] defVal) throws IOException - Specified by:
 writeSavableArrayListArray2Din interfaceOutputCapsule- Throws:
 IOException
 - 
writeFloatBufferArrayList
public void writeFloatBufferArrayList(ArrayList<FloatBuffer> array, String name, ArrayList<FloatBuffer> defVal) throws IOException - Specified by:
 writeFloatBufferArrayListin interfaceOutputCapsule- Throws:
 IOException
 - 
writeSavableMap
public void writeSavableMap(Map<? extends Savable, ? extends Savable> map, String name, Map<? extends Savable, throws IOException? extends Savable> defVal) - Specified by:
 writeSavableMapin interfaceOutputCapsule- Throws:
 IOException
 - 
writeStringSavableMap
public void writeStringSavableMap(Map<String, ? extends Savable> map, String name, Map<String, throws IOException? extends Savable> defVal) - Specified by:
 writeStringSavableMapin interfaceOutputCapsule- Throws:
 IOException
 - 
writeIntSavableMap
public void writeIntSavableMap(IntMap<? extends Savable> map, String name, IntMap<? extends Savable> defVal) throws IOException - Specified by:
 writeIntSavableMapin interfaceOutputCapsule- Throws:
 IOException
 - 
write
- Specified by:
 writein interfaceOutputCapsule- Throws:
 IOException
 - 
write
- Specified by:
 writein interfaceOutputCapsule- Throws:
 IOException
 - 
write
- Specified by:
 writein interfaceOutputCapsule- Throws:
 IOException
 - 
write
- Specified by:
 writein interfaceOutputCapsule- Throws:
 IOException
 - 
write
- Specified by:
 writein interfaceOutputCapsule- Throws:
 IOException
 - 
writeByteBufferArrayList
public void writeByteBufferArrayList(ArrayList<ByteBuffer> array, String name, ArrayList<ByteBuffer> defVal) throws IOException - Specified by:
 writeByteBufferArrayListin interfaceOutputCapsule- Throws:
 IOException
 
 -