Uses of Class
org.jooq.XMLFormat
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of XMLFormat in org.jooq
Modifier and TypeFieldDescriptionstatic final XMLFormat
XMLFormat.DEFAULT_FOR_RECORDS
static final XMLFormat
XMLFormat.DEFAULT_FOR_RESULTS
Modifier and TypeMethodDescriptionfinal @NotNull XMLFormat
XMLFormat.format
(boolean newFormat) The new value for the formatting flag, defaulting tofalse
.final @NotNull XMLFormat
XMLFormat.globalIndent
(int newGlobalIndent) The new global indentation size applied on all levels, defaulting to0
.final @NotNull XMLFormat
XMLFormat.header
(boolean newHeader) The new header value, defaulting totrue
.final @NotNull XMLFormat
XMLFormat.indent
(int newIndent) The new indentation size per level value, defaulting to2
.final @NotNull XMLFormat
XMLFormat.mutable
(boolean newMutable) The new value for the mutable flag, defaulting tofalse
.final @NotNull XMLFormat
The new newline character, defaulting to\n
.final @NotNull XMLFormat
XMLFormat.quoteNested
(boolean newQuoteNested) Whether nestedXML
content should be quoted like a string, or nested into XML formatted output.final @NotNull XMLFormat
XMLFormat.recordFormat
(XMLFormat.RecordFormat newRecordFormat) The record format to be applied, defaulting toXMLFormat.RecordFormat.VALUE_ELEMENTS_WITH_FIELD_ATTRIBUTE
.@NotNull XMLFormat
FormattingProvider.xmlFormatForRecords()
TheXMLFormat
to use when callingFormattable.formatXML()
and related methods on records, defaulting toDEFAULT_FOR_RECORDS
.@NotNull XMLFormat
FormattingProvider.xmlFormatForResults()
TheXMLFormat
to use when callingFormattable.formatXML()
and related methods on results, defaulting toDEFAULT_FOR_RESULTS
.final @NotNull XMLFormat
XMLFormat.xmlns
(boolean newXmlns) The new value for the xmlns flag, defaulting totrue
.Modifier and TypeMethodDescriptionvoid
Formattable.formatXML
(OutputStream stream, XMLFormat format) LikeFormattable.formatXML(XMLFormat)
, but the data is output onto anOutputStream
.void
LikeFormattable.formatXML(XMLFormat)
, but the data is output onto aWriter
.@NotNull String
Get this result formatted as XML.<H extends ContentHandler>
HGet this result as XML using a SAXContentHandler
.@NotNull Document
Get this result as XML.Modifier and TypeMethodDescriptionstatic @NotNull CallbackFormattingProvider
FormattingProvider.onXmlFormatForRecords
(Supplier<? extends XMLFormat> newOnXmlFormatForRecords) Create anFormattingProvider
with aFormattingProvider.xmlFormatForRecords()
implementation.static @NotNull CallbackFormattingProvider
FormattingProvider.onXmlFormatForResults
(Supplier<? extends XMLFormat> newOnXmlFormatForResults) Create anFormattingProvider
with aFormattingProvider.xmlFormatForResults()
implementation. -
Uses of XMLFormat in org.jooq.impl
Modifier and TypeMethodDescriptionfinal @NotNull XMLFormat
CallbackFormattingProvider.xmlFormatForRecords()
DefaultFormattingProvider.xmlFormatForRecords()
final @NotNull XMLFormat
CallbackFormattingProvider.xmlFormatForResults()
DefaultFormattingProvider.xmlFormatForResults()
Modifier and TypeMethodDescriptionfinal void
final void
final <H extends ContentHandler>
Hfinal Document
final <H extends ContentHandler>
Hfinal Document
Modifier and TypeMethodDescriptionfinal @NotNull CallbackFormattingProvider
CallbackFormattingProvider.onXmlFormatForRecords
(Supplier<? extends XMLFormat> newOnXmlFormatForRecords) final @NotNull CallbackFormattingProvider
CallbackFormattingProvider.onXmlFormatForResults
(Supplier<? extends XMLFormat> newOnXmlFormatForResults)