Uses of Class
org.jooq.XMLFormat
-
Packages that use XMLFormat Package Description org.jooq Theorg.jooqpackage contains jOOQ's public API.org.jooq.impl Theorg.jooq.implpackage contains jOOQ's implementation classes. -
-
Uses of XMLFormat in org.jooq
Fields in org.jooq declared as XMLFormat Modifier and Type Field Description static XMLFormatXMLFormat. DEFAULT_FOR_RECORDSstatic XMLFormatXMLFormat. DEFAULT_FOR_RESULTSMethods in org.jooq that return XMLFormat Modifier and Type Method Description XMLFormatXMLFormat. format(boolean newFormat)The new value for the formatting flag, defaulting tofalse.XMLFormatXMLFormat. header(boolean newHeader)The new header value, defaulting totrue.XMLFormatXMLFormat. indent(int newIndent)The new indentation value, defaulting to2.XMLFormatXMLFormat. newline(String newNewline)The new newline character, defaulting to\n.XMLFormatXMLFormat. recordFormat(XMLFormat.RecordFormat newRecordFormat)The record format to be applied, defaulting toXMLFormat.RecordFormat.VALUE_ELEMENTS_WITH_FIELD_ATTRIBUTE.XMLFormatXMLFormat. xmlns(boolean newXmlns)The new value for the xmlns flag, defaulting totrue.Methods in org.jooq with parameters of type XMLFormat Modifier and Type Method Description voidFormattable. formatXML(OutputStream stream, XMLFormat format)LikeFormattable.formatXML(XMLFormat), but the data is output onto anOutputStream.voidFormattable. formatXML(Writer writer, XMLFormat format)LikeFormattable.formatXML(XMLFormat), but the data is output onto aWriter.StringFormattable. formatXML(XMLFormat format)Get this result formatted as XML.<H extends ContentHandler>
HFormattable. intoXML(H handler, XMLFormat format)Get this result as XML using a SAXContentHandler.DocumentFormattable. intoXML(XMLFormat format)Get this result as XML. -
Uses of XMLFormat in org.jooq.impl
Methods in org.jooq.impl with parameters of type XMLFormat Modifier and Type Method Description voidArrayRecordImpl. formatXML(Writer writer, XMLFormat format)<H extends ContentHandler>
HArrayRecordImpl. intoXML(H handler, XMLFormat format)DocumentArrayRecordImpl. intoXML(XMLFormat format)
-