Package com.ardor3d.util.export.xml
Class DOMOutputCapsule
java.lang.Object
com.ardor3d.util.export.xml.DOMOutputCapsule
- All Implemented Interfaces:
OutputCapsule
Part of the ardor3d XML IO system
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDoc()
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
write
(ByteBuffer value, String name, ByteBuffer defVal) void
write
(FloatBuffer value, String name, FloatBuffer defVal) void
void
write
(ShortBuffer value, String name, ShortBuffer defVal) void
void
writeByteBufferList
(List<ByteBuffer> array, String name, List<ByteBuffer> defVal) void
writeFloatBufferList
(List<FloatBuffer> array, String name, List<FloatBuffer> defVal) void
void
writeSavableListArray
(List<? extends Savable>[] objects, String name, List<? extends Savable>[] defVal) void
writeSavableListArray2D
(List<? extends Savable>[][] value, String name, List<? extends Savable>[][] defVal) void
writeSavableMap
(Map<? extends Savable, ? extends Savable> map, String name, Map<? extends Savable, ? extends Savable> defVal) void
writeStringSavableMap
(Map<String, ? extends Savable> map, String name, Map<String, ? extends Savable> defVal)
-
Constructor Details
-
DOMOutputCapsule
-
-
Method Details
-
getDoc
-
write
- Specified by:
write
in interfaceOutputCapsule
- Throws:
IOException
-
write
- Specified by:
write
in interfaceOutputCapsule
- Throws:
IOException
-
write
- Specified by:
write
in interfaceOutputCapsule
- Throws:
IOException
-
write
- Specified by:
write
in interfaceOutputCapsule
- Throws:
IOException
-
write
- Specified by:
write
in interfaceOutputCapsule
- Throws:
IOException
-
write
- Specified by:
write
in interfaceOutputCapsule
- Throws:
IOException
-
write
- Specified by:
write
in interfaceOutputCapsule
- Throws:
IOException
-
write
- Specified by:
write
in interfaceOutputCapsule
- Throws:
IOException
-
write
- Specified by:
write
in interfaceOutputCapsule
- Throws:
IOException
-
write
- Specified by:
write
in interfaceOutputCapsule
- Throws:
IOException
-
write
- Specified by:
write
in interfaceOutputCapsule
- Throws:
IOException
-
write
- Specified by:
write
in interfaceOutputCapsule
- Throws:
IOException
-
write
- Specified by:
write
in interfaceOutputCapsule
- Throws:
IOException
-
write
- Specified by:
write
in interfaceOutputCapsule
- Throws:
IOException
-
write
- Specified by:
write
in interfaceOutputCapsule
- Throws:
IOException
-
write
- Specified by:
write
in interfaceOutputCapsule
- Throws:
IOException
-
write
- Specified by:
write
in interfaceOutputCapsule
- Throws:
IOException
-
write
- Specified by:
write
in interfaceOutputCapsule
- Throws:
IOException
-
write
- Specified by:
write
in interfaceOutputCapsule
- Throws:
IOException
-
write
- Specified by:
write
in interfaceOutputCapsule
- Throws:
IOException
-
write
- Specified by:
write
in interfaceOutputCapsule
- Throws:
IOException
-
write
- Specified by:
write
in interfaceOutputCapsule
- Throws:
IOException
-
write
- Specified by:
write
in interfaceOutputCapsule
- Throws:
IOException
-
write
- Specified by:
write
in interfaceOutputCapsule
- Throws:
IOException
-
write
- Specified by:
write
in interfaceOutputCapsule
- Throws:
IOException
-
write
- Specified by:
write
in interfaceOutputCapsule
- Throws:
IOException
-
write
- Specified by:
write
in interfaceOutputCapsule
- Throws:
IOException
-
write
- Specified by:
write
in interfaceOutputCapsule
- Throws:
IOException
-
writeSavableList
public void writeSavableList(List<? extends Savable> array, String name, List<? extends Savable> defVal) throws IOException - Specified by:
writeSavableList
in interfaceOutputCapsule
- Throws:
IOException
-
writeSavableListArray
public void writeSavableListArray(List<? extends Savable>[] objects, String name, List<? extends Savable>[] defVal) throws IOException - Specified by:
writeSavableListArray
in interfaceOutputCapsule
- Throws:
IOException
-
writeSavableListArray2D
public void writeSavableListArray2D(List<? extends Savable>[][] value, String name, List<? extends Savable>[][] defVal) throws IOException - Specified by:
writeSavableListArray2D
in interfaceOutputCapsule
- Throws:
IOException
-
writeFloatBufferList
public void writeFloatBufferList(List<FloatBuffer> array, String name, List<FloatBuffer> defVal) throws IOException - Specified by:
writeFloatBufferList
in 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:
writeSavableMap
in interfaceOutputCapsule
- Throws:
IOException
-
writeStringSavableMap
public void writeStringSavableMap(Map<String, ? extends Savable> map, String name, Map<String, throws IOException? extends Savable> defVal) - Specified by:
writeStringSavableMap
in interfaceOutputCapsule
- Throws:
IOException
-
write
- Specified by:
write
in interfaceOutputCapsule
- Throws:
IOException
-
write
- Specified by:
write
in interfaceOutputCapsule
- Throws:
IOException
-
write
- Specified by:
write
in interfaceOutputCapsule
- Throws:
IOException
-
write
- Specified by:
write
in interfaceOutputCapsule
- Throws:
IOException
-
writeByteBufferList
public void writeByteBufferList(List<ByteBuffer> array, String name, List<ByteBuffer> defVal) throws IOException - Specified by:
writeByteBufferList
in interfaceOutputCapsule
- Throws:
IOException
-
write
- Specified by:
write
in interfaceOutputCapsule
- Throws:
IOException
-
write
- Specified by:
write
in interfaceOutputCapsule
- Throws:
IOException
-