com.fasterxml.aalto.out
Class OutputCharTypes

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

public final class OutputCharTypes
extends XmlCharTypes


Field Summary
static int CT_OUTPUT_MUST_QUOTE
           
static int CT_OUTPUT_NAME_ANY_MB2
           
static int CT_OUTPUT_NAME_NONFIRST_MB2
           
static 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
 
Fields inherited from class com.fasterxml.aalto.util.XmlCharTypes
ATTR_CHARS, CT_AMP, CT_ATTR_QUOTE, CT_DTD_GT, CT_DTD_LT, CT_DTD_PERCENT, CT_DTD_QUOTE, CT_DTD_RBRACKET, CT_GT, CT_HYPHEN, CT_INVALID, CT_LBRACKET, CT_LT, CT_MULTIBYTE_2, CT_MULTIBYTE_3, CT_MULTIBYTE_4, CT_MULTIBYTE_N, CT_NAME_ANY, CT_NAME_COLON, CT_NAME_NONE, CT_NAME_NONFIRST, CT_OK, CT_QMARK, CT_RBRACKET, CT_WS_CR, CT_WS_LF, CT_WS_TAB, DTD_CHARS, NAME_CHARS, OTHER_CHARS, PUBID_CHARS, PUBID_INVALID, PUBID_OK, TEXT_CHARS
 
Constructor Summary
OutputCharTypes()
           
 
Method Summary
static XmlCharTypes getAsciiCharTypes()
           
static XmlCharTypes getLatin1CharTypes()
           
static XmlCharTypes getUtf8CharTypes()
           
 
Methods inherited from class com.fasterxml.aalto.util.XmlCharTypes
fillIn8BitAttrRange, fillIn8BitDtdRange, fillIn8BitNameRange, fillIn8BitTextRange, fillInLatin1Chars
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CT_OUTPUT_MUST_QUOTE

public static final int CT_OUTPUT_MUST_QUOTE
See Also:
Constant Field Values

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:
Constant Field Values

CT_OUTPUT_NAME_NONFIRST_MB2

public static final int CT_OUTPUT_NAME_NONFIRST_MB2
See Also:
Constant Field Values

CT_OUTPUT_NAME_ANY_MB2

public static final int CT_OUTPUT_NAME_ANY_MB2
See Also:
Constant Field Values
Constructor Detail

OutputCharTypes

public OutputCharTypes()
Method Detail

getUtf8CharTypes

public static final XmlCharTypes getUtf8CharTypes()

getLatin1CharTypes

public static final XmlCharTypes getLatin1CharTypes()

getAsciiCharTypes

public static final XmlCharTypes getAsciiCharTypes()


Copyright © 2012 Fasterxml.com. All Rights Reserved.