blob: b22aa0c1647f826e66e34e46c395e27e462e3d82 [file] [log] [blame]
//TODO INCOMPLETE
/*
* @author: ucla-cs
* See COPYING for copyright and distribution information.
*
* Encodes CCN object into xml
*/
var Stream = require('stream').Stream;
var TextXMLCodec = require('TextXMLCodec').TextXMLCodec;
var TextXMLEncoder = function TextXMLEncoder(){
this.ostream = new String();
};