public interface ObflParser
Modifier and Type | Method and Description |
---|---|
List<MetaDataItem> |
getMetaData()
Gets a list of meta data items collected by the latest call to
parse(XMLEventReader, Formatter) . |
void |
parse(XMLEventReader input,
Formatter formatter)
Parses the input places its contents in the supplied formatter.
|
void parse(XMLEventReader input, Formatter formatter) throws FormatterException, ObflParserException
input
- the OBFLformatter
- the formatterFormatterException
- if there is a problem writing contents to the formatterObflParserException
- if there is a problem reading the OBFLList<MetaDataItem> getMetaData()
parse(XMLEventReader, Formatter)
.