(stream, options)
| 31745 | extend(XMLStreamWriter, superClass); |
| 31746 | |
| 31747 | function XMLStreamWriter(stream, options) { |
| 31748 | XMLStreamWriter.__super__.constructor.call(this, options); |
| 31749 | this.stream = stream; |
| 31750 | } |
| 31751 | |
| 31752 | XMLStreamWriter.prototype.document = function(doc) { |
| 31753 | var child, i, j, len, len1, ref, ref1, results; |
nothing calls this directly
no outgoing calls
no test coverage detected