Uses of Interface
org.gatein.common.xml.stax.writer.formatting.XmlStreamingFormatter
Packages that use XmlStreamingFormatter
Package
Description
-
Uses of XmlStreamingFormatter in org.gatein.common.xml.stax.writer
Methods in org.gatein.common.xml.stax.writer that return XmlStreamingFormatterModifier and TypeMethodDescriptionstatic XmlStreamingFormatterStaxWriterUtils.createFormatter()static XmlStreamingFormatterStaxWriterUtils.createFormatter(int indentSize) Constructors in org.gatein.common.xml.stax.writer with parameters of type XmlStreamingFormatterModifierConstructorDescriptionStaxWriterImpl(org.staxnav.Naming<N> naming, XMLStreamWriter writer, XmlStreamingFormatter formatter) StaxWriterImpl(org.staxnav.Naming<N> naming, XMLStreamWriter writer, XmlStreamingFormatter formatter, String encoding, String version) -
Uses of XmlStreamingFormatter in org.gatein.common.xml.stax.writer.builder
Methods in org.gatein.common.xml.stax.writer.builder that return XmlStreamingFormatterMethods in org.gatein.common.xml.stax.writer.builder with parameters of type XmlStreamingFormatterModifier and TypeMethodDescriptionStaxWriterBuilder.withFormatting(XmlStreamingFormatter formatter) StaxWriterBuilderImpl.withFormatting(XmlStreamingFormatter formatter) -
Uses of XmlStreamingFormatter in org.gatein.common.xml.stax.writer.formatting
Classes in org.gatein.common.xml.stax.writer.formatting that implement XmlStreamingFormatterFields in org.gatein.common.xml.stax.writer.formatting declared as XmlStreamingFormatter