com.ctc.wstx.cfg
Interface XmlConsts


public interface XmlConsts

Simple constant container interface, shared by input and output sides.


Field Summary
static int MAX_UNICODE_CHAR
          This constant defines the highest Unicode character allowed in XML content.
static java.lang.String XML_DECL_KW_ENCODING
           
static java.lang.String XML_DECL_KW_STANDALONE
           
static java.lang.String XML_DECL_KW_VERSION
           
static java.lang.String XML_SA_NO
           
static java.lang.String XML_SA_YES
           
static int XML_V_10
           
static java.lang.String XML_V_10_STR
           
static int XML_V_11
           
static java.lang.String XML_V_11_STR
           
static int XML_V_UNKNOWN
          This constants refers to cases where the version has not been declared explicitly; and needs to be considered to be 1.0.
 

Field Detail

XML_DECL_KW_ENCODING

public static final java.lang.String XML_DECL_KW_ENCODING
See Also:
Constant Field Values

XML_DECL_KW_VERSION

public static final java.lang.String XML_DECL_KW_VERSION
See Also:
Constant Field Values

XML_DECL_KW_STANDALONE

public static final java.lang.String XML_DECL_KW_STANDALONE
See Also:
Constant Field Values

XML_V_10_STR

public static final java.lang.String XML_V_10_STR
See Also:
Constant Field Values

XML_V_11_STR

public static final java.lang.String XML_V_11_STR
See Also:
Constant Field Values

XML_V_UNKNOWN

public static final int XML_V_UNKNOWN
This constants refers to cases where the version has not been declared explicitly; and needs to be considered to be 1.0.

See Also:
Constant Field Values

XML_V_10

public static final int XML_V_10
See Also:
Constant Field Values

XML_V_11

public static final int XML_V_11
See Also:
Constant Field Values

XML_SA_YES

public static final java.lang.String XML_SA_YES
See Also:
Constant Field Values

XML_SA_NO

public static final java.lang.String XML_SA_NO
See Also:
Constant Field Values

MAX_UNICODE_CHAR

public static final int MAX_UNICODE_CHAR
This constant defines the highest Unicode character allowed in XML content.

See Also:
Constant Field Values