blob: 784f217ac0fb4d60d081ebd00229ab6bdfe74ba1 [file] [log] [blame]
//TODO INCOMPLETE
/*
* @author: Meki Cheraoui
* See COPYING for copyright and distribution information.
*
* Decodes CCN object into xml
*/
var TextXMLDecoder = function TextXMLDecoder(){
this.reader = null;
};