public interface XmlParser extends NameAware<String>
As this interface does not follow XML standards, it will require massive amount of work to replace this parser with some other parser
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns name of the Parser
|
void |
parse(ParseEventHandler handler,
CharSource charSource) |
String getName()
void parse(ParseEventHandler handler, CharSource charSource) throws ParserException
ParserExceptionCopyright © 2019. All rights reserved.