(ValveWriter writer)
| 28 | } |
| 29 | |
| 30 | protected void writeEnd(ValveWriter writer) throws IOException { |
| 31 | this.writeEditorWithLogicalpos(writer); |
| 32 | writer.close(); |
| 33 | } |
| 34 | |
| 35 | public ValveWriter openEntity(ValveWriter writer) throws IOException { |
| 36 | return writer.open(ValveElement.ENTITY_TAG) |
no test coverage detected