149150151152153154155
public boolean isDestructiveWrite() { return false; } public OMDataSourceExt copy() throws OMException { return new XMLStringDataSource((String) getObject()); }
142143144145146147148
147148149150151152153