Uses of Class
com.norconex.commons.lang.xml.XmlFormatter.Builder
Packages that use XmlFormatter.Builder
-
Uses of XmlFormatter.Builder in com.norconex.commons.lang.xml
Methods in com.norconex.commons.lang.xml that return XmlFormatter.BuilderModifier and TypeMethodDescriptionXmlFormatter.Builder.attributeIndent(String indent) String to use for indenting attributed, when wrapped.XmlFormatter.Builder.attributeWrapping(XmlFormatter.Builder.AttributeWrap attributeWrapping) Attribute wrapping strategy.XmlFormatter.Builder.blankLineAfterComment()Inserts a blank line after a comment.XmlFormatter.Builder.blankLineBeforeComment()Inserts a blank line before a comment.static XmlFormatter.BuilderXmlFormatter.builder()Gets an XML formatter builder.XmlFormatter.Builder.closeWrappingTagOnOwnLine()Put the closing angle bracket of tags with wrapping attributes on its own line, aligned with opening angle bracket.XmlFormatter.Builder.elementIndent(String indent) String to use for indenting elements.XmlFormatter.Builder.maxLineLength(int charQty) Maximum length a line can have before wrapping is performed.XmlFormatter.Builder.minTextLength(int charQty) Minimum length for text on any line before text can be wrapped.XmlFormatter.Builder.preserveTextIndent()Preserves indentation found in element or comment text.XmlFormatter.Builder.selfCloseEmptyElements()Self-close elements with no or blank values.