Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-js
/
c4bc3698a0868dab7e71bc22d1b8ee21c966a6dd
/
.
/
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
;
};