Class DocumentWriterConfig



  • public class DocumentWriterConfig
    extends Object
    • Constructor Detail

      • DocumentWriterConfig

        public DocumentWriterConfig()
    • Method Detail

      • getIndent

        public String getIndent()
      • setIndent

        public void setIndent(String indent)
      • isWithDeclaration

        public boolean isWithDeclaration()
      • setWithDeclaration

        public void setWithDeclaration(boolean withDeclaration)
      • isWithEndingNewline

        public boolean isWithEndingNewline()
      • setWithEndingNewline

        public void setWithEndingNewline(boolean withEndingNewline)
      • isPreserveEmptyLines

        public boolean isPreserveEmptyLines()
      • setPreserveEmptyLines

        public void setPreserveEmptyLines(boolean preserveEmptyLines)