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