public abstract class SimpleTypeParser extends Parser<SimpleType>
| Constructor and Description |
|---|
SimpleTypeParser() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract SimpleType |
parse(String name,
String data) |
SimpleType |
parse(XmlReader reader) |
public SimpleType parse(XmlReader reader) throws ParseException
parse in class Parser<SimpleType>ParseExceptionprotected abstract SimpleType parse(String name, String data)
Copyright © 2020. All rights reserved.