if(key !=null){
props.getPropertyMap().put(key, model);
key=null;
model=new BasicValueModel();
}
String [] parts = line.naturalLineContents();
key = parts[0];
model.setSeparator(parts[1].charAt(0));
hasContinuation=line.hasContinuation();
model.addValue(parts[2]);