blob: 784f217ac0fb4d60d081ebd00229ab6bdfe74ba1 [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 *
7 * Decodes CCN object into xml
8 */
9
10var TextXMLDecoder = function TextXMLDecoder(){
11
12 this.reader = null;
13
14};
15