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 SummaryConstructors
- 
Method SummaryModifier 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> value, String name, ArrayList<ByteBuffer> defVal) voidwriteFloatBufferArrayList(ArrayList<FloatBuffer> value, String name, ArrayList<FloatBuffer> defVal) voidvoidwriteSavableArrayList(ArrayList value, String name, ArrayList defVal) voidwriteSavableArrayListArray(ArrayList[] value, 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 interface- OutputCapsule
- Throws:
- IOException
 
- 
write- Specified by:
- writein interface- OutputCapsule
- Throws:
- IOException
 
- 
write- Specified by:
- writein interface- OutputCapsule
- Throws:
- IOException
 
- 
write- Specified by:
- writein interface- OutputCapsule
- Throws:
- IOException
 
- 
write- Specified by:
- writein interface- OutputCapsule
- Throws:
- IOException
 
- 
write- Specified by:
- writein interface- OutputCapsule
- Throws:
- IOException
 
- 
write- Specified by:
- writein interface- OutputCapsule
- Throws:
- IOException
 
- 
write- Specified by:
- writein interface- OutputCapsule
- Throws:
- IOException
 
- 
write- Specified by:
- writein interface- OutputCapsule
- Throws:
- IOException
 
- 
write- Specified by:
- writein interface- OutputCapsule
- Throws:
- IOException
 
- 
write- Specified by:
- writein interface- OutputCapsule
- Throws:
- IOException
 
- 
write- Specified by:
- writein interface- OutputCapsule
- Throws:
- IOException
 
- 
write- Specified by:
- writein interface- OutputCapsule
- Throws:
- IOException
 
- 
write- Specified by:
- writein interface- OutputCapsule
- Throws:
- IOException
 
- 
write- Specified by:
- writein interface- OutputCapsule
- Throws:
- IOException
 
- 
write- Specified by:
- writein interface- OutputCapsule
- Throws:
- IOException
 
- 
write- Specified by:
- writein interface- OutputCapsule
- Throws:
- IOException
 
- 
write- Specified by:
- writein interface- OutputCapsule
- Throws:
- IOException
 
- 
write- Specified by:
- writein interface- OutputCapsule
- Throws:
- IOException
 
- 
write- Specified by:
- writein interface- OutputCapsule
- Throws:
- IOException
 
- 
write- Specified by:
- writein interface- OutputCapsule
- Throws:
- IOException
 
- 
write- Specified by:
- writein interface- OutputCapsule
- Throws:
- IOException
 
- 
write- Specified by:
- writein interface- OutputCapsule
- Throws:
- IOException
 
- 
write- Specified by:
- writein interface- OutputCapsule
- Throws:
- IOException
 
- 
write- Specified by:
- writein interface- OutputCapsule
- Throws:
- IOException
 
- 
write- Specified by:
- writein interface- OutputCapsule
- Throws:
- IOException
 
- 
write- Specified by:
- writein interface- OutputCapsule
- Throws:
- IOException
 
- 
write- Specified by:
- writein interface- OutputCapsule
- Throws:
- IOException
 
- 
write- Specified by:
- writein interface- OutputCapsule
- Throws:
- IOException
 
- 
write- Specified by:
- writein interface- OutputCapsule
- Throws:
- IOException
 
- 
write- Specified by:
- writein interface- OutputCapsule
- Throws:
- IOException
 
- 
write- Specified by:
- writein interface- OutputCapsule
- Throws:
- IOException
 
- 
write- Specified by:
- writein interface- OutputCapsule
- Throws:
- IOException
 
- 
writeByteBufferArrayListpublic void writeByteBufferArrayList(ArrayList<ByteBuffer> value, String name, ArrayList<ByteBuffer> defVal) throws IOException - Specified by:
- writeByteBufferArrayListin interface- OutputCapsule
- Throws:
- IOException
 
- 
writeFloatBufferArrayListpublic void writeFloatBufferArrayList(ArrayList<FloatBuffer> value, String name, ArrayList<FloatBuffer> defVal) throws IOException - Specified by:
- writeFloatBufferArrayListin interface- OutputCapsule
- Throws:
- IOException
 
- 
writeSavableArrayListpublic void writeSavableArrayList(ArrayList value, String name, ArrayList defVal) throws IOException - Specified by:
- writeSavableArrayListin interface- OutputCapsule
- Throws:
- IOException
 
- 
writeSavableArrayListArraypublic void writeSavableArrayListArray(ArrayList[] value, String name, ArrayList[] defVal) throws IOException - Specified by:
- writeSavableArrayListArrayin interface- OutputCapsule
- Throws:
- IOException
 
- 
writeSavableArrayListArray2Dpublic void writeSavableArrayListArray2D(ArrayList[][] value, String name, ArrayList[][] defVal) throws IOException - Specified by:
- writeSavableArrayListArray2Din interface- OutputCapsule
- Throws:
- IOException
 
- 
writeSavableMappublic void writeSavableMap(Map<? extends Savable, ? extends Savable> map, String name, Map<? extends Savable, throws IOException? extends Savable> defVal) - Specified by:
- writeSavableMapin interface- OutputCapsule
- Throws:
- IOException
 
- 
writeStringSavableMappublic void writeStringSavableMap(Map<String, ? extends Savable> map, String name, Map<String, throws IOException? extends Savable> defVal) - Specified by:
- writeStringSavableMapin interface- OutputCapsule
- Throws:
- IOException
 
- 
writeIntSavableMappublic void writeIntSavableMap(IntMap<? extends Savable> map, String name, IntMap<? extends Savable> defVal) throws IOException - Specified by:
- writeIntSavableMapin interface- OutputCapsule
- Throws:
- IOException
 
 
-