268269270271272273274275
separateField(); writer.write(escapeString(data.getValue())); } catch (IOException e) { throw new OsmosisRuntimeException("Unable to write value (" + data + ")", e); } }