Uses of Class
org.jxmpp.xml.splitter.XmlPrettyPrinter.Builder
Packages that use XmlPrettyPrinter.Builder
- 
Uses of XmlPrettyPrinter.Builder in org.jxmpp.xml.splitter
Methods in org.jxmpp.xml.splitter that return XmlPrettyPrinter.BuilderModifier and TypeMethodDescriptionstatic XmlPrettyPrinter.BuilderXmlPrettyPrinter.builder()Create a new builder.XmlPrettyPrinter.Builder.setAttributeIndent(int attributeIndent) Set the attribute indent in whitespace characters.XmlPrettyPrinter.Builder.setChunkCallback(XmlPrettyPrinter.PrettyPrintedXmlChunkWithCurrentPartCallback chunkCallback) Set a chunk callback.XmlPrettyPrinter.Builder.setIndent(int indent) Set the indent for elements in whitespace characters.XmlPrettyPrinter.Builder.setPartCallback(XmlPrettyPrinter.PrettyPrintedXmlPartCallback partCallback) Set a part callback.XmlPrettyPrinter.Builder.setPrettyWriter(XmlPrettyPrinter.PrettyPrintedXmlChunkSink prettyWriter) Set aXmlPrettyPrinter.PrettyPrintedXmlChunkSinkfor the pretty printed XML stream.XmlPrettyPrinter.Builder.setTabWidth(int tabWidth) Set the tab width in whitespace characters.