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