blob: 54bf2d7bc8467825e7a2f3c057b1402bf0f01864 [file] [log] [blame]
Meki Cherkaouif441d3a2012-04-22 15:17:52 -07001//TODO INCOMPLETE
2
3/*
4 * @author: ucla-cs
Jeff Thompson745026e2012-10-13 12:49:20 -07005 * See COPYING for copyright and distribution information.
Meki Cherkaouif441d3a2012-04-22 15:17:52 -07006 *
7 * Decodes CCN object into xml
8 */
9
10var TextXMLDecoder = function TextXMLDecoder(){
11
12 this.reader = null;
13
14};
15