Uses of Interface
com.io7m.changelog.xml.api.CXMLChangelogParserType
-
Packages that use CXMLChangelogParserType Package Description com.io7m.changelog.xml XML processing.com.io7m.changelog.xml.api XML API. -
-
Uses of CXMLChangelogParserType in com.io7m.changelog.xml
Methods in com.io7m.changelog.xml that return CXMLChangelogParserType Modifier and Type Method Description CXMLChangelogParserTypeCXMLChangelogParsers. create(URI uri, InputStream stream, Consumer<CParseError> receiver) -
Uses of CXMLChangelogParserType in com.io7m.changelog.xml.api
Methods in com.io7m.changelog.xml.api that return CXMLChangelogParserType Modifier and Type Method Description CXMLChangelogParserTypeCXMLChangelogParserProviderType. create(URI uri, InputStream stream, Consumer<CParseError> receiver)
-