Uses of Class
freemarker.core.XMLOutputFormat
Packages that use XMLOutputFormat
Package
Description
The seldom used or advanced parts of the fundamental FreeMarker API, compared to
freemarker.template
.-
Uses of XMLOutputFormat in freemarker.core
Subclasses of XMLOutputFormat in freemarker.coreModifier and TypeClassDescriptionclass
Represents the XML output format (MIME type "application/xhtml+xml", name "XHTML"); this behaves identically toHTMLOutputFormat
, except that the name an the MIME Type differs.Fields in freemarker.core declared as XMLOutputFormatModifier and TypeFieldDescriptionstatic final XMLOutputFormat
XMLOutputFormat.INSTANCE
The only instance (singleton) of thisOutputFormat
.Methods in freemarker.core that return XMLOutputFormat