Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-js
/
8f17361fa20383e6e9c10694bbd3c6ec2ee8c1fe
/
.
/
js
/
encoding
/
TextXMLDecoder.js
blob: 006ce8343e5ffe8bc2fdcd7fc012522954604a57 [
file
] [
log
] [
blame
]
//TODO INCOMPLETE
/*
* @author: ucla-cs
*
* Decodes CCN object into xml
*/
var
TextXMLDecoder
=
function
TextXMLDecoder
(){
this
.
reader
=
null
;
};