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