Uses of Class
org.jooq.XMLFormat
Packages that use 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 XMLFormatXMLFormat.DEFAULT_FOR_RECORDSstatic XMLFormatXMLFormat.DEFAULT_FOR_RESULTSModifier and TypeMethodDescriptionXMLFormat.format(boolean newFormat)The new value for the formatting flag, defaulting tofalse.XMLFormat.globalIndent(int newGlobalIndent)The new global indentation size applied on all levels, defaulting to0.XMLFormat.header(boolean newHeader)The new header value, defaulting totrue.XMLFormat.indent(int newIndent)The new indentation size per level value, defaulting to2.The new newline character, defaulting to\n.XMLFormat.quoteNested(boolean newQuoteNested)Whether nestedXMLcontent should be quoted like a string, or nested into XML formatted output.XMLFormat.recordFormat(XMLFormat.RecordFormat newRecordFormat)The record format to be applied, defaulting toXMLFormat.RecordFormat.VALUE_ELEMENTS_WITH_FIELD_ATTRIBUTE.XMLFormat.xmlns(boolean newXmlns)The new value for the xmlns flag, defaulting totrue.Modifier and TypeMethodDescriptionvoidFormattable.formatXML(OutputStream stream, XMLFormat format)LikeFormattable.formatXML(XMLFormat), but the data is output onto anOutputStream.voidLikeFormattable.formatXML(XMLFormat), but the data is output onto aWriter.@NotNull StringGet this result formatted as XML.<H extends ContentHandler>
HGet this result as XML using a SAXContentHandler.@NotNull DocumentGet this result as XML. -
Uses of XMLFormat in org.jooq.impl
Methods in org.jooq.impl with parameters of type XMLFormat