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