Class OutputCharTypes

java.lang.Object
com.fasterxml.aalto.util.XmlCharTypes
com.fasterxml.aalto.out.OutputCharTypes

public final class OutputCharTypes extends XmlCharTypes
  • Field Details

    • CT_OUTPUT_MUST_QUOTE

      public static final int CT_OUTPUT_MUST_QUOTE
      See Also:
    • CT_OUTPUT_NAME_UNENCODABLE

      public static final int CT_OUTPUT_NAME_UNENCODABLE
      Unencodable means that while the name char may be acceptable per se, it can not be encode using current encoding
      See Also:
    • CT_OUTPUT_NAME_NONFIRST_MB2

      public static final int CT_OUTPUT_NAME_NONFIRST_MB2
      See Also:
    • CT_OUTPUT_NAME_ANY_MB2

      public static final int CT_OUTPUT_NAME_ANY_MB2
      See Also:
  • Constructor Details

    • OutputCharTypes

      public OutputCharTypes()
  • Method Details

    • getUtf8CharTypes

      public static final XmlCharTypes getUtf8CharTypes()
    • getLatin1CharTypes

      public static final XmlCharTypes getLatin1CharTypes()
    • getAsciiCharTypes

      public static final XmlCharTypes getAsciiCharTypes()