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