Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-js
/
97f274399c3ba5ebf527e896c87a3d221dde8381
/
.
/
js
/
encoding
/
TextXMLDecoder.js
blob: 54bf2d7bc8467825e7a2f3c057b1402bf0f01864 [
file
] [
log
] [
blame
]
//TODO INCOMPLETE
/*
* @author: ucla-cs
* See COPYING for copyright and distribution information.
*
* Decodes CCN object into xml
*/
var
TextXMLDecoder
=
function
TextXMLDecoder
(){
this
.
reader
=
null
;
};