Package org.apache.xml.serializer.utils
Class MsgKey
java.lang.Object
org.apache.xml.serializer.utils.MsgKey
public class MsgKey extends Object
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
-
Constructor Summary
Constructors Constructor Description MsgKey() -
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:
- Constant Field Values
-
BAD_MSGFORMAT
An internal error with the messages, this is the message to use if the message format operation failed.- See Also:
- Constant Field Values
-
ER_RESOURCE_COULD_NOT_FIND
- See Also:
- Constant Field Values
-
ER_RESOURCE_COULD_NOT_LOAD
- See Also:
- Constant Field Values
-
ER_BUFFER_SIZE_LESSTHAN_ZERO
- See Also:
- Constant Field Values
-
ER_INVALID_UTF16_SURROGATE
- See Also:
- Constant Field Values
-
ER_OIERROR
- See Also:
- Constant Field Values
-
ER_NAMESPACE_PREFIX
- See Also:
- Constant Field Values
-
ER_STRAY_ATTRIBUTE
- See Also:
- Constant Field Values
-
ER_STRAY_NAMESPACE
- See Also:
- Constant Field Values
-
ER_COULD_NOT_LOAD_RESOURCE
- See Also:
- Constant Field Values
-
ER_COULD_NOT_LOAD_METHOD_PROPERTY
- See Also:
- Constant Field Values
-
ER_SERIALIZER_NOT_CONTENTHANDLER
- See Also:
- Constant Field Values
-
ER_ILLEGAL_ATTRIBUTE_POSITION
- See Also:
- Constant Field Values
-
ER_ILLEGAL_CHARACTER
- See Also:
- Constant Field Values
-
ER_INVALID_PORT
- See Also:
- Constant Field Values
-
ER_PORT_WHEN_HOST_NULL
- See Also:
- Constant Field Values
-
ER_HOST_ADDRESS_NOT_WELLFORMED
- See Also:
- Constant Field Values
-
ER_SCHEME_NOT_CONFORMANT
- See Also:
- Constant Field Values
-
ER_SCHEME_FROM_NULL_STRING
- See Also:
- Constant Field Values
-
ER_PATH_CONTAINS_INVALID_ESCAPE_SEQUENCE
- See Also:
- Constant Field Values
-
ER_PATH_INVALID_CHAR
- See Also:
- Constant Field Values
-
ER_NO_SCHEME_INURI
- See Also:
- Constant Field Values
-
ER_FRAG_INVALID_CHAR
- See Also:
- Constant Field Values
-
ER_FRAG_WHEN_PATH_NULL
- See Also:
- Constant Field Values
-
ER_FRAG_FOR_GENERIC_URI
- See Also:
- Constant Field Values
-
ER_NO_SCHEME_IN_URI
- See Also:
- Constant Field Values
-
ER_CANNOT_INIT_URI_EMPTY_PARMS
- See Also:
- Constant Field Values
-
ER_NO_FRAGMENT_STRING_IN_PATH
- See Also:
- Constant Field Values
-
ER_NO_QUERY_STRING_IN_PATH
- See Also:
- Constant Field Values
-
ER_NO_PORT_IF_NO_HOST
- See Also:
- Constant Field Values
-
ER_NO_USERINFO_IF_NO_HOST
- See Also:
- Constant Field Values
-
ER_SCHEME_REQUIRED
- See Also:
- Constant Field Values
-
ER_XML_VERSION_NOT_SUPPORTED
- See Also:
- Constant Field Values
-
ER_FACTORY_PROPERTY_MISSING
- See Also:
- Constant Field Values
-
ER_ENCODING_NOT_SUPPORTED
- See Also:
- Constant Field Values
-
ER_FEATURE_NOT_FOUND
- See Also:
- Constant Field Values
-
ER_FEATURE_NOT_SUPPORTED
- See Also:
- Constant Field Values
-
ER_STRING_TOO_LONG
- See Also:
- Constant Field Values
-
ER_TYPE_MISMATCH_ERR
- See Also:
- Constant Field Values
-
ER_NO_OUTPUT_SPECIFIED
- See Also:
- Constant Field Values
-
ER_UNSUPPORTED_ENCODING
- See Also:
- Constant Field Values
-
ER_ELEM_UNBOUND_PREFIX_IN_ENTREF
- See Also:
- Constant Field Values
-
ER_ATTR_UNBOUND_PREFIX_IN_ENTREF
- See Also:
- Constant Field Values
-
ER_CDATA_SECTIONS_SPLIT
- See Also:
- Constant Field Values
-
ER_WF_INVALID_CHARACTER
- See Also:
- Constant Field Values
-
ER_WF_INVALID_CHARACTER_IN_NODE_NAME
- See Also:
- Constant Field Values
-
ER_UNABLE_TO_SERIALIZE_NODE
- See Also:
- Constant Field Values
-
ER_WARNING_WF_NOT_CHECKED
- See Also:
- Constant Field Values
-
ER_WF_INVALID_CHARACTER_IN_COMMENT
- See Also:
- Constant Field Values
-
ER_WF_INVALID_CHARACTER_IN_PI
- See Also:
- Constant Field Values
-
ER_WF_INVALID_CHARACTER_IN_CDATA
- See Also:
- Constant Field Values
-
ER_WF_INVALID_CHARACTER_IN_TEXT
- See Also:
- Constant Field Values
-
ER_WF_DASH_IN_COMMENT
- See Also:
- Constant Field Values
-
ER_WF_LT_IN_ATTVAL
- See Also:
- Constant Field Values
-
ER_WF_REF_TO_UNPARSED_ENT
- See Also:
- Constant Field Values
-
ER_WF_REF_TO_EXTERNAL_ENT
- See Also:
- Constant Field Values
-
ER_NS_PREFIX_CANNOT_BE_BOUND
- See Also:
- Constant Field Values
-
ER_NULL_LOCAL_ELEMENT_NAME
- See Also:
- Constant Field Values
-
ER_NULL_LOCAL_ATTR_NAME
- See Also:
- Constant Field Values
-
ER_WRITING_INTERNAL_SUBSET
- See Also:
- Constant Field Values
-
-
Constructor Details
-
MsgKey
public MsgKey()
-