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