|
|
@ -16,7 +16,7 @@ public class AttachedTxtParser extends LayoutParser{
|
|
|
|
|
|
|
|
|
|
|
|
public AttachedTxtParser(){
|
|
|
|
public AttachedTxtParser(){
|
|
|
|
this.groupingType = "TXT";
|
|
|
|
this.groupingType = "TXT";
|
|
|
|
this.need = new Need(true,false,true);
|
|
|
|
this.need = new Need(true,true,true);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|