using extends for parse elements with a composite field in the child, fields...
Simple ISO8583 message parser and generator
Brought to you by:
chochos
ConfigParser.java: line 324:
if ("exclude".equals(typedef)) {
child.remove(num);
} else {
if (f.getParentNode()==elem) {
child.put(num, getParser(f, mfact));
}
}
Anonymous