##
}elsif ($_ =~ /(.*)<\/AppObjectField>/) {
$self->{appObjFld} = $1;
}
## ##
if ($inline =~ / /) {
if ($inline =~ /value=\"(.*?)\" targetPo=\"(.*?)\"/) {
my %theHash = {value=>$1, targetPo=>$2};
push (@arry, \%theHash);
}
}
####
$self->{valuePair} = \@arry;