Meki Cherkaoui | f441d3a | 2012-04-22 15:17:52 -0700 | [diff] [blame] | 1 | //TODO INCOMPLETE |
2 | |||||
3 | /* | ||||
Jeff Thompson | 146d7de | 2012-11-17 16:15:28 -0800 | [diff] [blame] | 4 | * @author: Meki Cheraoui |
Jeff Thompson | 745026e | 2012-10-13 12:49:20 -0700 | [diff] [blame] | 5 | * See COPYING for copyright and distribution information. |
Meki Cherkaoui | f441d3a | 2012-04-22 15:17:52 -0700 | [diff] [blame] | 6 | * |
7 | * Decodes CCN object into xml | ||||
8 | */ | ||||
9 | |||||
10 | var TextXMLDecoder = function TextXMLDecoder(){ | ||||
11 | |||||
12 | this.reader = null; | ||||
13 | |||||
14 | }; | ||||
15 |