(options)
| 32026 | extend(XMLStringWriter, superClass); |
| 32027 | |
| 32028 | function XMLStringWriter(options) { |
| 32029 | XMLStringWriter.__super__.constructor.call(this, options); |
| 32030 | } |
| 32031 | |
| 32032 | XMLStringWriter.prototype.document = function(doc) { |
| 32033 | var child, i, len, r, ref; |
nothing calls this directly
no outgoing calls
no test coverage detected