Package com.io7m.minisite.core.internal
Class MinXHTMLChangelogs
java.lang.Object
com.io7m.minisite.core.internal.MinXHTMLChangelogs
public final class MinXHTMLChangelogs
extends java.lang.Object
Terse functions to serialize changelogs.
-
Method Summary
Modifier and Type Method Description static org.w3c.dom.Elementchangelog(org.w3c.dom.Document document, MinChangesConfiguration changesConfig)Serialize the changelog.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
changelog
public static org.w3c.dom.Element changelog(org.w3c.dom.Document document, MinChangesConfiguration changesConfig)Serialize the changelog.- Parameters:
document- The owning documentchangesConfig- The configuration- Returns:
- The changelog element
-