blob: 991a4aff3911b0e0861202a36e6ed80224d5e65e [file] [log] [blame]
Meki Cherkaouif441d3a2012-04-22 15:17:52 -07001//TODO INCOMPLETE
2
3/*
Jeff Thompson146d7de2012-11-17 16:15:28 -08004 * @author: Meki Cheraoui
Jeff Thompson745026e2012-10-13 12:49:20 -07005 * See COPYING for copyright and distribution information.
Meki Cherkaouif441d3a2012-04-22 15:17:52 -07006 *
Alexander Afanasyev03d3f742013-08-14 17:47:28 -07007 * Decodes NDN object into xml
Meki Cherkaouif441d3a2012-04-22 15:17:52 -07008 */
9
10var TextXMLDecoder = function TextXMLDecoder(){
11
12 this.reader = null;
13
14};
15