Package com.io7m.changelog.xml.api
Interface CXMLChangelogParserType
- All Superinterfaces:
CChangelogParserType
public interface CXMLChangelogParserType extends CChangelogParserType
The type of XML parsers.
-
Method Summary
Modifier and Type Method Description CChangelogparse()
-
Method Details
-
parse
- Specified by:
parsein interfaceCChangelogParserType- Returns:
- A parsed changelog
- Throws:
java.io.IOException- On I/O errors
-