Uses of Class
freemarker.core.XMLOutputFormat
-
Packages that use XMLOutputFormat Package Description freemarker.core The seldom used or advanced parts of the fundamental FreeMarker API, compared tofreemarker.template
. -
-
Uses of XMLOutputFormat in freemarker.core
Subclasses of XMLOutputFormat in freemarker.core Modifier and Type Class Description class
XHTMLOutputFormat
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 XMLOutputFormat Modifier and Type Field Description static XMLOutputFormat
XMLOutputFormat. INSTANCE
The only instance (singleton) of thisOutputFormat
.Methods in freemarker.core that return XMLOutputFormat Modifier and Type Method Description XMLOutputFormat
TemplateXMLOutputModel. getOutputFormat()
-