home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #3 / K-CD-3-2002.ISO / OpenOffice / f_0219 / parser.jar / com / sun / xml / tree / resources / Messages_en.properties
Encoding:
Text File  |  2000-04-21  |  3.4 KB  |  101 lines

  1. #
  2. # @(#)Messages_en.properties    1.2 99/02/11
  3. # Copyright (c) 1999 Sun Microsystems, Inc. All Rights Reserved.
  4. # This software is the confidential and proprietary information of Sun
  5. # Microsystems, Inc. ("Confidential Information").  You shall not
  6. # disclose such Confidential Information and shall use it only in
  7. # accordance with the terms of the license agreement you entered into
  8. # with Sun.
  9. # SUN MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF THE
  10. # SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  11. # IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
  12. # PURPOSE, OR NON-INFRINGEMENT. SUN SHALL NOT BE LIABLE FOR ANY DAMAGES
  13. # SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING
  14. # THIS SOFTWARE OR ITS DERIVATIVES.
  15. #
  16.  
  17. #
  18. # Diagnostic messages associated with DOM exceptions.
  19. #
  20. D-000 = An index is out of bounds.
  21. D-001 = The string size is beyond implementation limit.
  22. D-002 = This node isn't allowed there.
  23. D-003 = That node doesn't belong in this document.
  24. D-004 = An invalid character was specified, such as in a name.
  25. D-005 = Data is not allowed in this node.
  26. D-006 = The object is read-only.
  27. D-007 = That node does not exist in this context.
  28. D-008 = This DOM implementation does not support that node type.
  29. D-009 = The attribute is bound to a different element.
  30. D-010 = ?? Unrecognized DOM message code ??
  31.  
  32. #
  33. # Diagnostic messages associated with AttributeNode.
  34. #
  35. A-000 = Attribute is already bound to an element: {0}.
  36. A-001 = Attribute's element is not known.
  37. A-002 = Can't happen.
  38.  
  39. #
  40. # Diagnostic messages associated with AttributeSet.
  41. A-003 = Not an attribute.
  42. A-004 =    Attribute is already bound to an element.
  43.  
  44. #
  45. # Diagnostic messages associated with Doctype.
  46. DT-000 = NYI -- dtd clone.
  47.  
  48. #
  49. # Diagnostic messages associated with ElementNode.
  50. EN-000 = Namespace prefix undeclared: {0}.
  51. EN-001 = Can't clone.
  52. EN-002 = Element has no tag.
  53. #
  54. # Diagnostic messages associated with SimpleElementFactory.
  55. SEF-000 = Bad mapping of '{0}' to class '{1}', doesn't subclass com.sun.xml.tree.ElementNode.
  56. SEF-001 = Bad mapping of key '{0}' to class ' {1}', not found: {2}.
  57. SEF-002 = Bad mapping of key '{0}' to class -- not a string or Class.
  58. SEF-003 = Can't instantiate element for tag '{0}' from class '{1}', {2}. 
  59.  
  60. #
  61. # Diagnostic messages associated with TreeWalker.
  62. TW-000  = unknown node type:{0}
  63. TW-001 = current == null.
  64. TW-002 = parent == null.
  65. TW-003 = Node is not a com.sun.xml.tree implementation.
  66. TW-004 = Initial node cannot be null.
  67.  
  68. #
  69. # Diagnostic messages associated with XmlDocument.
  70. XD-000 = null id.
  71. XD-001 = NYI -- deep.
  72. XD-002 = null entity name.
  73. XD-003 = Entity undeclared, can't write reference: {0}. 
  74.  
  75. #
  76. # Diagnostic messages associated with XmlDocumentBuilder.
  77. XDB-000 = element stack not empty.
  78. XDB-001 = Attribute value may not have a colon: {0}. 
  79. XDB-002 = Parser returned illegal attributes:{0}.
  80. XDB-003 = Element names may have at most one colon: {0}. 
  81. XDB-004 = DOM Error: {0}.
  82. XDB-005 = Element prefix is undeclared: {0}.
  83. XDB-006 = Attribute prefix is undeclared: {0}.
  84. XDB-007 = Attribute names may have at most one colon: {0}.
  85. XDB-008 = Scoped attribute appears twice: {0}. 
  86. XDB-009 = can't end element <{0}> because current element is {1}.
  87. XDB-010 = Processing Instruction target names must be unqualified.
  88. XDB-011 = can't end entity <{0}> because current entity is {1}.
  89. XDB-012 = Entity names must be unqualified.
  90. XDB-013 = Notation names must be unqualified.
  91.