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