src/share/jaxws_classes/com/sun/xml/internal/dtdparser/resources/Messages.properties

Tue, 06 Mar 2012 16:09:35 -0800

author
ohair
date
Tue, 06 Mar 2012 16:09:35 -0800
changeset 286
f50545b5e2f1
child 397
b99d7e355d4b
permissions
-rw-r--r--

7150322: Stop using drop source bundles in jaxws
Reviewed-by: darcy, ohrstrom

ohair@286 1 #
ohair@286 2 # Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.
ohair@286 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
ohair@286 4 #
ohair@286 5 # This code is free software; you can redistribute it and/or modify it
ohair@286 6 # under the terms of the GNU General Public License version 2 only, as
ohair@286 7 # published by the Free Software Foundation. Oracle designates this
ohair@286 8 # particular file as subject to the "Classpath" exception as provided
ohair@286 9 # by Oracle in the LICENSE file that accompanied this code.
ohair@286 10 #
ohair@286 11 # This code is distributed in the hope that it will be useful, but WITHOUT
ohair@286 12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
ohair@286 13 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
ohair@286 14 # version 2 for more details (a copy is included in the LICENSE file that
ohair@286 15 # accompanied this code).
ohair@286 16 #
ohair@286 17 # You should have received a copy of the GNU General Public License version
ohair@286 18 # 2 along with this work; if not, write to the Free Software Foundation,
ohair@286 19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
ohair@286 20 #
ohair@286 21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
ohair@286 22 # or visit www.oracle.com if you need additional information or have any
ohair@286 23 # questions.
ohair@286 24 #
ohair@286 25
ohair@286 26 #
ohair@286 27 # English diagnostic messages (and fragments) for Sun's XML parser.
ohair@286 28 #
ohair@286 29 # P-NNN ... parser messages
ohair@286 30 # F-NNN ... message fragments (sometimes associated with more
ohair@286 31 # than one message, but usually just with one)
ohair@286 32 # V-NNN ... validation related messages
ohair@286 33 #
ohair@286 34 # Most messages can be produced in only one way.
ohair@286 35 #
ohair@286 36
ohair@286 37
ohair@286 38 #
ohair@286 39 # Generic parsing messages, not specific to validation
ohair@286 40 #
ohair@286 41 P-000 = No parser input source!
ohair@286 42 P-001 = Illegal character at end of document, &#x{0};
ohair@286 43 P-002 = Expansion of entity "&{0};" is not well formed
ohair@286 44 P-003 = Premature end of input
ohair@286 45 P-004 = Missing whitespace {0}
ohair@286 46 P-005 = Only whitespace allowed {0}
ohair@286 47
ohair@286 48 #
ohair@286 49 # unadorned "missing whitespace", with P-004 only
ohair@286 50 #
ohair@286 51 F-000 = after element name declaration
ohair@286 52 F-001 = between attribute name and type
ohair@286 53 F-002 = after NOTATION type name
ohair@286 54 F-003 = between attribute type and default value
ohair@286 55 F-004 = after #FIXED
ohair@286 56 F-005 = after <!ENTITY declaration
ohair@286 57 F-006 = after % in parameter entity declaration
ohair@286 58 F-007 = after entity name
ohair@286 59 F-008 = before SYSTEM literal URI
ohair@286 60 F-009 = after PUBLIC keyword
ohair@286 61 # F-010 ... identifier can be reused
ohair@286 62 F-011 = after notation name
ohair@286 63 # F-012 ... identifier can be reused
ohair@286 64 # F-013 ... identifier can be reused
ohair@286 65
ohair@286 66 #
ohair@286 67 # in declaration, in "S Name", with P-004 and P-005
ohair@286 68 #
ohair@286 69 F-014 = before name in <!DOCTYPE declaration
ohair@286 70 F-015 = before name in <!ELEMENT declaration
ohair@286 71 F-016 = before name in <!ATTLIST declaration
ohair@286 72 F-017 = before name in <!ENTITY declaration
ohair@286 73 F-018 = before NDATA notation name in <!ENTITY declaration
ohair@286 74 F-019 = before name in <!NOTATION declaration
ohair@286 75
ohair@286 76 P-006 = Name tokens must not start with "{0}" characters
ohair@286 77 P-007 = Value must be quoted
ohair@286 78 P-008 = Next character must be "{0}" {1} {2}
ohair@286 79
ohair@286 80 F-020 = terminating reference to entity
ohair@286 81 F-021 = terminating reference to parameter entity
ohair@286 82 F-022 = terminating comment
ohair@286 83 F-023 = in XML Declaration
ohair@286 84 F-024 = terminating internal DTD subset
ohair@286 85 F-025 = terminating <!DOCTYPE ...> declaration
ohair@286 86 F-026 = after attribute name
ohair@286 87 F-027 = terminating element
ohair@286 88 F-028 = starting content model for element
ohair@286 89 F-029 = starting list of attribute NOTATIONS
ohair@286 90 F-030 = beginning condition DTD subset
ohair@286 91 F-031 = terminating <!ENTITY ...> declaration
ohair@286 92 F-032 = terminating <!NOTATION ...> declaration
ohair@286 93
ohair@286 94 P-009 = Illegal character or entity reference syntax
ohair@286 95
ohair@286 96 P-010 = Only external parameter entities may use "%{0};" in entity values
ohair@286 97 P-011 = Illegal parameter entity reference syntax
ohair@286 98 P-012 = Use "&lt;" for "<" in attribute values
ohair@286 99 P-013 = Illegal reference to external entity "&{0};" in attribute
ohair@286 100 P-014 = Reference to undefined entity "&{0};"
ohair@286 101 P-015 = Expecting quoted value for {0}
ohair@286 102
ohair@286 103 F-033 = PUBLIC identifier
ohair@286 104 F-034 = SYSTEM identifier
ohair@286 105 F-035 = attribute value {0}
ohair@286 106
ohair@286 107 P-016 = Illegal character in PUBLIC identifier: "{0}"
ohair@286 108 P-017 = End of entity while processing comment
ohair@286 109 P-018 = Processing instruction target is missing
ohair@286 110 P-019 = XML declaration may only begin entities
ohair@286 111
ohair@286 112 P-020 = Illegal processing instruction target: "{0}"
ohair@286 113 P-021 = End of input inside processing instruction
ohair@286 114 P-022 = Illegal processing instruction name, or missing whitespace
ohair@286 115 P-023 = Illegal character "&#x{0};" ({1}) at end of XML Declaration
ohair@286 116 P-024 = Expected "{0}=..."
ohair@286 117 P-025 = XML version "{0}" should be declared
ohair@286 118 P-026 = Illegal XML version string "{0}"
ohair@286 119 P-027 = XML version "{0}" is recognized, but not "{1}"
ohair@286 120 P-028 = Internal DTD subset must not have "<![..." constructs
ohair@286 121 P-029 = Standalone declaration must be "yes" or "no", not "{0}"
ohair@286 122
ohair@286 123 P-030 = Whitespace required before attributes
ohair@286 124 P-031 = Attribute names must not start with "{0}" characters
ohair@286 125 P-032 = Attribute "{0}" already appeared in this tag
ohair@286 126 P-033 = Illegal xml:lang value "{0}"
ohair@286 127 P-034 = Expected "</{0}>" to terminate element starting on line {1}
ohair@286 128 P-035 = End of entity not allowed; an end tag is missing
ohair@286 129 P-036 = ">" must terminate <!ELEMENT {0} ...> declaration, not "{1}"
ohair@286 130 P-037 = Sequence content model must not contain "{0}"
ohair@286 131 P-038 = Choice content model must not contain "{0}"
ohair@286 132 P-039 = No content model may contain "{0}"
ohair@286 133
ohair@286 134 P-040 = Need right parenthesis or "{1}" in content model, not "{0}"
ohair@286 135 P-041 = Need right parenthesis, ",", or "|" in content model, not "{0}"
ohair@286 136 P-042 = Illegal mixed content model for "{0}", next char = &#x{1};
ohair@286 137 P-043 = Mixed content model for "{0}" must end with ")*", not "{1}"
ohair@286 138 P-044 = Either an attribute declaration or ">" is expected, not "{0}"
ohair@286 139 P-045 = Illegal type (starts with "{1}") for attribute "{0}"
ohair@286 140 P-046 = Need keyword in conditional DTD section
ohair@286 141 P-047 = Unterminated conditional DTD section
ohair@286 142 P-048 = Only INCLUDE and IGNORE are allowed, not "{0}"
ohair@286 143 P-049 = Illegal decimal character reference
ohair@286 144
ohair@286 145 P-050 = Illegal hexadecimal character reference
ohair@286 146 P-051 = Illegal XML character &#x{0};
ohair@286 147 P-052 = Internal entity "&{0};" has characters after content
ohair@286 148 P-053 = Unparsed entities such as "&{0};" must not be included
ohair@286 149 P-054 = Using original entity definition for "&{0};"
ohair@286 150 P-055 = Relative URI "{0}"; can not be resolved without a document URI
ohair@286 151 P-056 = URI "{0}" has a fragment ID
ohair@286 152 P-057 = Need "?>" to terminate XML declaration
ohair@286 153 P-058 = External entity "&{0};" has characters after content
ohair@286 154 P-059 = External parameter entity "%{0};" has characters after markup
ohair@286 155
ohair@286 156 P-060 = Illegal character "{0}" in encoding name
ohair@286 157 P-061 = Declared encoding "{0}" does not match actual one "{1}"; \
ohair@286 158 this might not be an error
ohair@286 159 P-062 = Notation must be PUBLIC or SYSTEM
ohair@286 160 P-063 = Using first definition of notation "{0}"
ohair@286 161 P-064 = Premature end of parameter entity "%{0};"
ohair@286 162 P-065 = Entity Resolver did not provide SYSTEM id; may affect relative URIs
ohair@286 163 # P-066 ... ID available
ohair@286 164 P-067 = Document root element is missing
ohair@286 165 P-068 = Notation name is required
ohair@286 166 P-069 = Expansion of entity "{0}" is recursive
ohair@286 167
ohair@286 168 P-070 = Malformed second part of surrogate pair: &#x{0};
ohair@286 169 P-071 = Illegal XML character: &#x{0};
ohair@286 170 P-072 = Character data cannot have "]]>"
ohair@286 171 P-073 = EOF while parsing <![CDATA[ section
ohair@286 172 P-074 = Illegal Unicode surrogate pair: &#x{0}; &#x{1};
ohair@286 173 P-075 = Unsupported encoding: "{0}" (line number may be too low)
ohair@286 174 P-076 = Character conversion error: "{0}" (line number may be too low)
ohair@286 175 P-077 = Maximum symbol length ({0} characters) exceeded
ohair@286 176 P-078 = No messages for locale "{0}" are available
ohair@286 177 P-079 = The content beginning "<{1}" is not legal markup \
ohair@286 178 Perhaps the "{1}" (&#{0};) character should be a letter
ohair@286 179
ohair@286 180 P-080 = Parameter entity references must not appear within \
ohair@286 181 markup declarations in the internal DTD subset
ohair@286 182 P-081 = Incomplete Unicode surrogate pair: &#x{0}
ohair@286 183
ohair@286 184 #
ohair@286 185 # Validation messages, won't normally show up unless validation is
ohair@286 186 # being performed. Note that V-022 relates to a spec bug: there
ohair@286 187 # are both a WFC and VC on undefined PEs. If that's a WVC violation
ohair@286 188 # there's no need for the VC, ever; and "standalone" would then affect
ohair@286 189 # WF-ness. For the moment this assumes it's to be a VC not a WFC
ohair@286 190 #
ohair@286 191 V-000 = Validation is disabled
ohair@286 192 V-001 = Valid documents must have a <!DOCTYPE declaration
ohair@286 193 V-002 = This document is standalone, so it must not refer to "&{0};"
ohair@286 194 V-003 = Undeclared notation "{0}" is used by an <!ENTITY...> declaration
ohair@286 195 V-004 = Undeclared notation "{0}" is used by an <!ATTLIST...> declaration
ohair@286 196 V-005 = Element type "{0}" is not declared
ohair@286 197 V-006 = Root element type is "{0}", but was declared to be "{1}"
ohair@286 198 V-007 = Attribute "{0}" is not declared for element "{1}"
ohair@286 199 V-008 = Attribute "{0}" of element "{1}" must only have value "{2}"
ohair@286 200 V-009 = Attribute value for "{0}" is #REQUIRED
ohair@286 201
ohair@286 202 V-010 = This document is standalone, \
ohair@286 203 so attribute "{0}" must not be defaulted
ohair@286 204 V-011 = This document is standalone, \
ohair@286 205 so element "{0}" must not have ignorable whitespace
ohair@286 206 V-012 = Element "{0}" was already declared
ohair@286 207 V-013 = Parameter entities must not contain partial declarations
ohair@286 208 V-014 = Parameter entity nesting error in content model for "{0}"
ohair@286 209 V-015 = Mixed content model repeats element "{0}"
ohair@286 210 V-016 = This element already has an ID attribute, "{0}"
ohair@286 211 V-017 = ID attribute "{0}" must not be #FIXED
ohair@286 212 V-018 = ID attribute "{0}" must not be defaulted
ohair@286 213 V-019 = This document is standalone; this attribute needs to be pre-normalized
ohair@286 214
ohair@286 215 V-020 = Parameter entities must not contain partial conditional DTD sections
ohair@286 216 V-021 = Parameter entities must not contain partial comments
ohair@286 217 V-022 = Reference to undefined parameter entity "%{0};"
ohair@286 218 V-023 = This document is standalone; this ignorable CDATA whitespace is forbidden
ohair@286 219 V-024 = No element has an ID attribute with value "{0}"
ohair@286 220 V-025 = ID values must be XML names; "{0}" is not a name
ohair@286 221 V-026 = Another element already has an ID attribute with value "{0}"
ohair@286 222 V-027 = IDREF/IDREFS values must be XML names; "{0}" is not a name
ohair@286 223 V-028 = NMTOKEN/NMTOKENS values must be XML name tokens; "{0}" is not one
ohair@286 224 V-029 = Value "{0}" is not one of the enumerated values for this attribute
ohair@286 225
ohair@286 226 V-030 = Attribute value "{0}" does not name a notation
ohair@286 227 V-031 = Attribute value "{0}" does not name an unparsed entity
ohair@286 228 V-032 = NMTOKENS attributes must have at least one value
ohair@286 229 V-033 = EMPTY content models must have no content
ohair@286 230 V-034 = Element "{0}" does not allow "{1}" -- {2}
ohair@286 231 V-035 = Element "{0}" allows no further input; "{1}" is not allowed
ohair@286 232 V-036 = Element "{0}" does not allow "{1}" here
ohair@286 233 V-037 = Element "{0}" does not allow text
ohair@286 234 V-038 = Element "{0}" requires additional elements
ohair@286 235 V-039 = IDREFS attributes must have at least one value
ohair@286 236
ohair@286 237 V-040 = ENTITIES attributes must have at least one value

mercurial