Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-js
/
74957972e7c6f12f8ba01d45136de2d41856d2b2
/
.
/
js
/
encoding
/
TextXMLDecoder.js
blob: 006ce8343e5ffe8bc2fdcd7fc012522954604a57 [
file
] [
log
] [
blame
]
Meki Cherkaoui
f441d3a
2012-04-22 15:17:52 -0700
[
diff
] [
blame
]
1
//TODO INCOMPLETE
2
3
/*
4
* @author: ucla-cs
5
*
6
* Decodes CCN object into xml
7
*/
8
9
var
TextXMLDecoder
=
function
TextXMLDecoder
(){
10
11
this
.
reader
=
null
;
12
13
};
14