src/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages.properties

Print this page




 244         MSG_MORE_THAN_ONE_NOTATION_ATTRIBUTE = Element type \"{0}\" already has attribute \"{1}\" of type NOTATION, a second attribute \"{2}\" of type NOTATION is not permitted.
 245         MSG_NOTATION_NOT_DECLARED_FOR_NOTATIONTYPE_ATTRIBUTE = The notation \"{1}\" must be declared when referenced in the notation type list for attribute \"{0}\".
 246         MSG_NOTATION_NOT_DECLARED_FOR_UNPARSED_ENTITYDECL = The notation \"{1}\" must be declared when referenced in the unparsed entity declaration for \"{0}\".
 247         MSG_REFERENCE_TO_EXTERNALLY_DECLARED_ENTITY_WHEN_STANDALONE = The reference to entity \"{0}\" declared in an external parsed entity is not permitted in a standalone document.
 248         MSG_REQUIRED_ATTRIBUTE_NOT_SPECIFIED = Attribute \"{1}\" is required and must be specified for element type \"{0}\".
 249         MSG_WHITE_SPACE_IN_ELEMENT_CONTENT_WHEN_STANDALONE = White space must not occur between elements declared in an external parsed entity with element content in a standalone document.
 250         NMTOKENInvalid = Attribute value \"{0}\" of type NMTOKEN must be a name token.
 251         NMTOKENSInvalid = Attribute value \"{0}\" of type NMTOKENS must be one or more name tokens.
 252         NoNotationOnEmptyElement = Element type \"{0}\" which was declared EMPTY cannot declare attribute \"{1}\" of type NOTATION.
 253         RootElementTypeMustMatchDoctypedecl = Document root element \"{1}\", must match DOCTYPE root \"{0}\".
 254         UndeclaredElementInContentSpec = The content model of element \"{0}\" refers to the undeclared element \"{1}\".
 255         UniqueNotationName = The declaration for the notation \"{0}\" is not unique. A given Name must not be declared in more than one notation declaration.
 256         ENTITYFailedInitializeGrammar =  ENTITYDatatype Validator: Failed Need to call initialize method with a valid Grammar reference.        
 257         ENTITYNotUnparsed = ENTITY \"{0}\" is not unparsed.
 258         ENTITYNotValid = ENTITY \"{0}\" is not valid.
 259         EmptyList = Value of type ENTITIES, IDREFS, and NMTOKENS cannot be empty list.
 260 
 261 # Entity related messages
 262 # 3.1 Start-Tags, End-Tags, and Empty-Element Tags
 263         ReferenceToExternalEntity = The external entity reference \"&{0};\" is not permitted in an attribute value.
 264         AccessExternalDTD = External DTD: Failed to read external DTD ''{0}'', because ''{1}'' access is not allowed.
 265         AccessExternalEntity = External Entity: Failed to read external document ''{0}'', because ''{1}'' access is not allowed.
 266 
 267 # 4.1 Character and Entity References
 268         EntityNotDeclared = The entity \"{0}\" was referenced, but not declared.
 269         ReferenceToUnparsedEntity = The unparsed entity reference \"&{0};\" is not permitted.
 270         RecursiveReference = Recursive entity reference \"{0}\". (Reference path: {1}),
 271         RecursiveGeneralReference = Recursive general entity reference \"&{0};\". (Reference path: {1}),
 272         RecursivePEReference = Recursive parameter entity reference \"%{0};\". (Reference path: {1}),
 273 # 4.3.3 Character Encoding in Entities
 274         EncodingNotSupported = The encoding \"{0}\" is not supported.
 275         EncodingRequired = A parsed entity not encoded in either UTF-8 or UTF-16 must contain an encoding declaration.
 276         
 277 # Namespaces support
 278 # 4. Using Qualified Names
 279         IllegalQName = Element or attribute do not match QName production: QName::=(NCName':')?NCName. 
 280         ElementXMLNSPrefix = Element \"{0}\" cannot have \"xmlns\" as its prefix.
 281         ElementPrefixUnbound = The prefix \"{0}\" for element \"{1}\" is not bound.
 282         AttributePrefixUnbound = The prefix \"{2}\" for attribute \"{1}\" associated with an element type \"{0}\" is not bound.
 283         EmptyPrefixedAttName = The value of the attribute \"{0}\" is invalid. Prefixed namespace bindings may not be empty.
 284         PrefixDeclared = The namespace prefix \"{0}\" was not declared.
 285         CantBindXMLNS = The prefix "xmlns" cannot be bound to any namespace explicitly; neither can the namespace for "xmlns" be bound to any prefix explicitly.


 244         MSG_MORE_THAN_ONE_NOTATION_ATTRIBUTE = Element type \"{0}\" already has attribute \"{1}\" of type NOTATION, a second attribute \"{2}\" of type NOTATION is not permitted.
 245         MSG_NOTATION_NOT_DECLARED_FOR_NOTATIONTYPE_ATTRIBUTE = The notation \"{1}\" must be declared when referenced in the notation type list for attribute \"{0}\".
 246         MSG_NOTATION_NOT_DECLARED_FOR_UNPARSED_ENTITYDECL = The notation \"{1}\" must be declared when referenced in the unparsed entity declaration for \"{0}\".
 247         MSG_REFERENCE_TO_EXTERNALLY_DECLARED_ENTITY_WHEN_STANDALONE = The reference to entity \"{0}\" declared in an external parsed entity is not permitted in a standalone document.
 248         MSG_REQUIRED_ATTRIBUTE_NOT_SPECIFIED = Attribute \"{1}\" is required and must be specified for element type \"{0}\".
 249         MSG_WHITE_SPACE_IN_ELEMENT_CONTENT_WHEN_STANDALONE = White space must not occur between elements declared in an external parsed entity with element content in a standalone document.
 250         NMTOKENInvalid = Attribute value \"{0}\" of type NMTOKEN must be a name token.
 251         NMTOKENSInvalid = Attribute value \"{0}\" of type NMTOKENS must be one or more name tokens.
 252         NoNotationOnEmptyElement = Element type \"{0}\" which was declared EMPTY cannot declare attribute \"{1}\" of type NOTATION.
 253         RootElementTypeMustMatchDoctypedecl = Document root element \"{1}\", must match DOCTYPE root \"{0}\".
 254         UndeclaredElementInContentSpec = The content model of element \"{0}\" refers to the undeclared element \"{1}\".
 255         UniqueNotationName = The declaration for the notation \"{0}\" is not unique. A given Name must not be declared in more than one notation declaration.
 256         ENTITYFailedInitializeGrammar =  ENTITYDatatype Validator: Failed Need to call initialize method with a valid Grammar reference.        
 257         ENTITYNotUnparsed = ENTITY \"{0}\" is not unparsed.
 258         ENTITYNotValid = ENTITY \"{0}\" is not valid.
 259         EmptyList = Value of type ENTITIES, IDREFS, and NMTOKENS cannot be empty list.
 260 
 261 # Entity related messages
 262 # 3.1 Start-Tags, End-Tags, and Empty-Element Tags
 263         ReferenceToExternalEntity = The external entity reference \"&{0};\" is not permitted in an attribute value.
 264         AccessExternalDTD = External DTD: Failed to read external DTD ''{0}'', because ''{1}'' access is not allowed due to restriction set by the accessExternalDTD property.
 265         AccessExternalEntity = External Entity: Failed to read external document ''{0}'', because ''{1}'' access is not allowed due to restriction set by the accessExternalDTD property.
 266 
 267 # 4.1 Character and Entity References
 268         EntityNotDeclared = The entity \"{0}\" was referenced, but not declared.
 269         ReferenceToUnparsedEntity = The unparsed entity reference \"&{0};\" is not permitted.
 270         RecursiveReference = Recursive entity reference \"{0}\". (Reference path: {1}),
 271         RecursiveGeneralReference = Recursive general entity reference \"&{0};\". (Reference path: {1}),
 272         RecursivePEReference = Recursive parameter entity reference \"%{0};\". (Reference path: {1}),
 273 # 4.3.3 Character Encoding in Entities
 274         EncodingNotSupported = The encoding \"{0}\" is not supported.
 275         EncodingRequired = A parsed entity not encoded in either UTF-8 or UTF-16 must contain an encoding declaration.
 276         
 277 # Namespaces support
 278 # 4. Using Qualified Names
 279         IllegalQName = Element or attribute do not match QName production: QName::=(NCName':')?NCName. 
 280         ElementXMLNSPrefix = Element \"{0}\" cannot have \"xmlns\" as its prefix.
 281         ElementPrefixUnbound = The prefix \"{0}\" for element \"{1}\" is not bound.
 282         AttributePrefixUnbound = The prefix \"{2}\" for attribute \"{1}\" associated with an element type \"{0}\" is not bound.
 283         EmptyPrefixedAttName = The value of the attribute \"{0}\" is invalid. Prefixed namespace bindings may not be empty.
 284         PrefixDeclared = The namespace prefix \"{0}\" was not declared.
 285         CantBindXMLNS = The prefix "xmlns" cannot be bound to any namespace explicitly; neither can the namespace for "xmlns" be bound to any prefix explicitly.