Author: mrglavas
Date: Fri Aug 12 18:34:19 2011
New Revision: 1157206
URL: http://svn.apache.org/viewvc?rev=1157206&view=rev
Log:
JIRA Issue #1522: http://issues.apache.org/jira/browse/XERCESJ-1522. Removing
trailing spaces from error messages.
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/msg/DOMMessages.properties
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/msg/DOMMessages.properties
URL:
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/msg/DOMMessages.properties?rev=1157206&r1=1157205&r2=1157206&view=diff
==============================================================================
---
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/msg/DOMMessages.properties
(original)
+++
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/msg/DOMMessages.properties
Fri Aug 12 18:34:19 2011
@@ -28,23 +28,23 @@
# DOM Core
# exception codes
-DOMSTRING_SIZE_ERR = The specified range of text does not fit into a
DOMString.
-HIERARCHY_REQUEST_ERR = An attempt was made to insert a node where it is not
permitted.
+DOMSTRING_SIZE_ERR = The specified range of text does not fit into a DOMString.
+HIERARCHY_REQUEST_ERR = An attempt was made to insert a node where it is not
permitted.
INDEX_SIZE_ERR = The index or size is negative, or greater than the allowed
value.
INUSE_ATTRIBUTE_ERR = An attempt is made to add an attribute that is already
in use elsewhere.
-INVALID_ACCESS_ERR = A parameter or an operation is not supported by the
underlying object.
-INVALID_CHARACTER_ERR = An invalid or illegal XML character is specified.
-INVALID_MODIFICATION_ERR = An attempt is made to modify the type of the
underlying object.
-INVALID_STATE_ERR = An attempt is made to use an object that is not, or is no
longer, usable.
+INVALID_ACCESS_ERR = A parameter or an operation is not supported by the
underlying object.
+INVALID_CHARACTER_ERR = An invalid or illegal XML character is specified.
+INVALID_MODIFICATION_ERR = An attempt is made to modify the type of the
underlying object.
+INVALID_STATE_ERR = An attempt is made to use an object that is not, or is no
longer, usable.
NAMESPACE_ERR = An attempt is made to create or change an object in a way
which is incorrect with regard to namespaces.
NOT_FOUND_ERR = An attempt is made to reference a node in a context where it
does not exist.
-NOT_SUPPORTED_ERR = The implementation does not support the requested type of
object or operation.
+NOT_SUPPORTED_ERR = The implementation does not support the requested type of
object or operation.
NO_DATA_ALLOWED_ERR = Data is specified for a node which does not support data.
NO_MODIFICATION_ALLOWED_ERR = An attempt is made to modify an object where
modifications are not allowed.
-SYNTAX_ERR = An invalid or illegal string is specified.
+SYNTAX_ERR = An invalid or illegal string is specified.
VALIDATION_ERR = A call to a method such as insertBefore or removeChild would
make the Node invalid with respect to document grammar.
WRONG_DOCUMENT_ERR = A node is used in a different document than the one that
created it.
-TYPE_MISMATCH_ERR = The value type for this parameter name is incompatible
with the expected value type.
+TYPE_MISMATCH_ERR = The value type for this parameter name is incompatible
with the expected value type.
#error messages or exceptions
FEATURE_NOT_SUPPORTED = The parameter {0} is recognized but the requested
value cannot be set.
@@ -78,7 +78,6 @@ jaxp-null-input-source = The source spec
BAD_BOUNDARYPOINTS_ERR = The boundary-points of a Range do not meet specific
requirements.
INVALID_NODE_TYPE_ERR = The container of a boundary-point of a Range is being
set to either a node of an invalid type or a node with an ancestor of an
invalid type.
-
#Events
-UNSPECIFIED_EVENT_TYPE_ERR = The Event's type was not specified by
initializing the event before the method was called.
+UNSPECIFIED_EVENT_TYPE_ERR = The Event's type was not specified by
initializing the event before the method was called.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]