Package de.smartsquare.squit.entity
Object SquitOutputFormat
-
- All Implemented Interfaces:
-
kotlin.Cloneable
public class SquitOutputFormat extends OutputFormat
Custom output format for dom4j.
-
-
Field Summary
Fields Modifier and Type Field Description private Stringindentprivate BooleanisPadTextprivate StringlineSeparatorprivate BooleanisSuppressDeclarationprivate BooleanisXHTMLprivate BooleanisTrimTextprivate BooleanisOmitEncodingprivate CharacterattributeQuoteCharacterprivate BooleanisExpandEmptyElementsprivate Stringencodingprivate BooleanisNewlinesprivate BooleanisNewLineAfterDeclarationprivate Comparator<Attribute>attributesOrderComparatorprivate IntegernewLineAfterNTagspublic final static SquitOutputFormatINSTANCE
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class org.dom4j.io.OutputFormat
getAttributeQuoteCharacter, getAttributesOrderComparator, getEncoding, getIndent, getLineSeparator, getNewLineAfterNTags, isExpandEmptyElements, isNewLineAfterDeclaration, isNewlines, isOmitEncoding, isPadText, isSuppressDeclaration, isTrimText, isXHTML, parseOptions, setAttributeQuoteCharacter, setAttributesOrderComparator, setEncoding, setExpandEmptyElements, setIndent, setIndentSize, setLineSeparator, setNewLineAfterDeclaration, setNewLineAfterNTags, setNewlines, setOmitEncoding, setPadText, setSuppressDeclaration, setTrimText, setXHTML -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-