Package com.fasterxml.aalto.util
Interface XmlConsts
- All Known Implementing Classes:
AsyncByteArrayScanner
,AsyncByteBufferScanner
,AsyncByteScanner
,ByteBasedScanner
,ByteSourceBootstrapper
,CharsetNames
,CharSourceBootstrapper
,IllegalCharHandler.ReplacingIllegalCharHandler
,InputBootstrapper
,ReaderScanner
,StreamScanner
,Utf8Scanner
,XmlScanner
public interface XmlConsts
Simple constant container interface, shared by input and output
sides.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final char
static final char
static final char
static final char
static final int
This constant defines the highest Unicode character allowed in XML content.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final int
static final String
static final int
static final String
static final int
This constants refers to cases where the version has not been declared explicitly; and needs to be considered to be 1.0.
-
Field Details
-
XML_DECL_KW_ENCODING
- See Also:
-
XML_DECL_KW_VERSION
- See Also:
-
XML_DECL_KW_STANDALONE
- See Also:
-
XML_V_10_STR
- See Also:
-
XML_V_11_STR
- See Also:
-
XML_V_UNKNOWN
static final int XML_V_UNKNOWNThis constants refers to cases where the version has not been declared explicitly; and needs to be considered to be 1.0.- See Also:
-
XML_V_10
static final int XML_V_10- See Also:
-
XML_V_11
static final int XML_V_11- See Also:
-
XML_SA_YES
- See Also:
-
XML_SA_NO
- See Also:
-
MAX_UNICODE_CHAR
static final int MAX_UNICODE_CHARThis constant defines the highest Unicode character allowed in XML content.- See Also:
-
CHAR_NULL
static final char CHAR_NULL- See Also:
-
CHAR_SPACE
static final char CHAR_SPACE- See Also:
-
CHAR_CR
static final char CHAR_CR- See Also:
-
CHAR_LF
static final char CHAR_LF- See Also:
-
STAX_DEFAULT_OUTPUT_ENCODING
- See Also:
-
STAX_DEFAULT_OUTPUT_VERSION
- See Also:
-