// Generated by CoffeeScript 1.12.7(function(){varXMLNode,XMLRaw,extend=function(child,parent){for(varkeyinparent){if(hasProp.call(parent,key))child[key]=parent[key];}functionctor(){this.constructor=child;}ctor.prototype=parent.prototype;child.prototype=newctor();child.__super__=parent.prototype;returnchild;},hasProp={}.hasOwnProperty;XMLNode=require('./XMLNode');module.exports=XMLRaw=(function(superClass){extend(XMLRaw,superClass);functionXMLRaw(parent,text){XMLRaw.__super__.constructor.call(this,parent);if(text==null){thrownewError("Missing raw text");}this.value=this.stringify.raw(text);}XMLRaw.prototype.clone=function(){returnObject.create(this);};XMLRaw.prototype.toString=function(options){returnthis.options.writer.set(options).raw(this);};returnXMLRaw;})(XMLNode);}).call(this);