public class BankAccountParser extends XmlElementParser<BankAccount>
| Constructor and Description |
|---|
BankAccountParser() |
| Modifier and Type | Method and Description |
|---|---|
protected BankAccount |
parseChildImpl(XmlElementParsable e)
The implementation of the parseChild method.
|
parseChild, parseChildrenprotected BankAccount parseChildImpl(XmlElementParsable e)
XmlElementParserparseChildImpl in class XmlElementParser<BankAccount>e - the XML element to parse to the defined object of type T