Interface Whitespace

All Known Implementing Classes:
JavaScriptWriter, JsonWriter, LdJsonWriter, MysqlWriter, PsqlWriter, ShWriter, StyleWriter, TextWriter, WhitespaceWriter, XhtmlAttributeWriter, XhtmlWriter

@ThreadSafe public interface Whitespace
Author:
AO Industries, Inc.
  • Field Details

    • NL

      static final char NL
      The character used for newlines.

      This is '\n' on all platforms. If a different newline is required, such as "\r\n" for email, filter the output.

      See Also:
    • INDENT_SPACES

      static final int INDENT_SPACES
      The number of space characters per indentation level.
      See Also:
    • SPACE

      static final char SPACE
      The character used for space, which is ' '.
      See Also:
  • Method Details