Package org.apache.xml.serializer.utils
Class MsgKey
java.lang.Object
org.apache.xml.serializer.utils.MsgKey
This class is not a public API,
It is used internally by serializer and is public,
in the Java sense, only because its use crosses
package boundaries.
This class holds only the message keys used when generating messages.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
An internal error with the messages, this is the message to use if the message format operation failed.static final String
An internal error with the messages, this is the message to use if the message key can't be foundstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BAD_MSGKEY
An internal error with the messages, this is the message to use if the message key can't be found- See Also:
-
BAD_MSGFORMAT
An internal error with the messages, this is the message to use if the message format operation failed.- See Also:
-
ER_RESOURCE_COULD_NOT_FIND
- See Also:
-
ER_RESOURCE_COULD_NOT_LOAD
- See Also:
-
ER_BUFFER_SIZE_LESSTHAN_ZERO
- See Also:
-
ER_INVALID_UTF16_SURROGATE
- See Also:
-
ER_OIERROR
- See Also:
-
ER_NAMESPACE_PREFIX
- See Also:
-
ER_STRAY_ATTRIBUTE
- See Also:
-
ER_STRAY_NAMESPACE
- See Also:
-
ER_COULD_NOT_LOAD_RESOURCE
- See Also:
-
ER_COULD_NOT_LOAD_METHOD_PROPERTY
- See Also:
-
ER_SERIALIZER_NOT_CONTENTHANDLER
- See Also:
-
ER_ILLEGAL_ATTRIBUTE_POSITION
- See Also:
-
ER_ILLEGAL_CHARACTER
- See Also:
-
ER_INVALID_PORT
- See Also:
-
ER_PORT_WHEN_HOST_NULL
- See Also:
-
ER_HOST_ADDRESS_NOT_WELLFORMED
- See Also:
-
ER_SCHEME_NOT_CONFORMANT
- See Also:
-
ER_SCHEME_FROM_NULL_STRING
- See Also:
-
ER_PATH_CONTAINS_INVALID_ESCAPE_SEQUENCE
- See Also:
-
ER_PATH_INVALID_CHAR
- See Also:
-
ER_NO_SCHEME_INURI
- See Also:
-
ER_FRAG_INVALID_CHAR
- See Also:
-
ER_FRAG_WHEN_PATH_NULL
- See Also:
-
ER_FRAG_FOR_GENERIC_URI
- See Also:
-
ER_NO_SCHEME_IN_URI
- See Also:
-
ER_CANNOT_INIT_URI_EMPTY_PARMS
- See Also:
-
ER_NO_FRAGMENT_STRING_IN_PATH
- See Also:
-
ER_NO_QUERY_STRING_IN_PATH
- See Also:
-
ER_NO_PORT_IF_NO_HOST
- See Also:
-
ER_NO_USERINFO_IF_NO_HOST
- See Also:
-
ER_SCHEME_REQUIRED
- See Also:
-
ER_XML_VERSION_NOT_SUPPORTED
- See Also:
-
ER_FACTORY_PROPERTY_MISSING
- See Also:
-
ER_ENCODING_NOT_SUPPORTED
- See Also:
-
ER_FEATURE_NOT_FOUND
- See Also:
-
ER_FEATURE_NOT_SUPPORTED
- See Also:
-
ER_STRING_TOO_LONG
- See Also:
-
ER_TYPE_MISMATCH_ERR
- See Also:
-
ER_NO_OUTPUT_SPECIFIED
- See Also:
-
ER_UNSUPPORTED_ENCODING
- See Also:
-
ER_ELEM_UNBOUND_PREFIX_IN_ENTREF
- See Also:
-
ER_ATTR_UNBOUND_PREFIX_IN_ENTREF
- See Also:
-
ER_CDATA_SECTIONS_SPLIT
- See Also:
-
ER_WF_INVALID_CHARACTER
- See Also:
-
ER_WF_INVALID_CHARACTER_IN_NODE_NAME
- See Also:
-
ER_UNABLE_TO_SERIALIZE_NODE
- See Also:
-
ER_WARNING_WF_NOT_CHECKED
- See Also:
-
ER_WF_INVALID_CHARACTER_IN_COMMENT
- See Also:
-
ER_WF_INVALID_CHARACTER_IN_PI
- See Also:
-
ER_WF_INVALID_CHARACTER_IN_CDATA
- See Also:
-
ER_WF_INVALID_CHARACTER_IN_TEXT
- See Also:
-
ER_WF_DASH_IN_COMMENT
- See Also:
-
ER_WF_LT_IN_ATTVAL
- See Also:
-
ER_WF_REF_TO_UNPARSED_ENT
- See Also:
-
ER_WF_REF_TO_EXTERNAL_ENT
- See Also:
-
ER_NS_PREFIX_CANNOT_BE_BOUND
- See Also:
-
ER_NULL_LOCAL_ELEMENT_NAME
- See Also:
-
ER_NULL_LOCAL_ATTR_NAME
- See Also:
-
ER_WRITING_INTERNAL_SUBSET
- See Also:
-
-
Constructor Details
-
MsgKey
public MsgKey()
-