README 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. Bindings for the Document Object Model (DOM).
  2. DOM is not maintained as part of GNU Classpath, but is used with GNU Classpath.
  3. The packages includes are:
  4. Document Object Model (DOM) Level 3 Core Specification
  5. http://www.w3.org/TR/DOM-Level-3-Core/
  6. (07 April 2004)
  7. Document Object Model (DOM) Level 3 Load and Save Specification
  8. http://www.w3.org/TR/DOM-Level-3-LS/
  9. (07 April 2004)
  10. Document Object Model (DOM) Level 2 Events Specification
  11. http://www.w3.org/TR/DOM-Level-2-Events/
  12. (13 November 2000)
  13. Latest errata: 20021016
  14. Document Object Model (DOM) Level 2 Views Specification
  15. http://www.w3.org/TR/DOM-Level-2-Views/
  16. (13 November 2000)
  17. Latest errata: 20021016
  18. Document Object Model (DOM) Level 2 Style Specification
  19. http://www.w3.org/TR/DOM-Level-2-Style/
  20. (13 November 2000)
  21. Latest errata: 20021016
  22. Document Object Model (DOM) Level 2 Traversal and Range Specification
  23. http://www.w3.org/TR/DOM-Level-2-Traversal-Range/
  24. (13 November 2000)
  25. Latest errata: 20021016
  26. Document Object Model (DOM) Level 2 HTML Specification
  27. http://www.w3.org/TR/DOM-Level-2-HTML/
  28. (09 January 2003)
  29. Document Object Model (DOM) Level 3 XPath Specification
  30. http://www.w3.org/TR/DOM-Level-3-XPath/
  31. (26 February 2004)
  32. Errata can be found at:
  33. http://www.w3.org/2000/11/DOM-Level-2-errata
  34. http://www.w3.org/2004/01/DOM-Level-3-errata
  35. The only change to the sources is setting the additional fallback for
  36. org.w3c.dom.bootstrap.DOMImplementationRegistry.newInstance() to
  37. gnu.xml.dom.ImplementationSource.
  38. When importing new versions don't forget to update the Makefile.am
  39. to list any new files (or to remove old ones).
  40. All files are distributed under the following
  41. W3C Software Short Notice:
  42. Copyright (c) 2004 World Wide Web Consortium,
  43. (Massachusetts Institute of Technology, European Research Consortium for
  44. Informatics and Mathematics, Keio University). All Rights Reserved. This
  45. work is distributed under the W3C(r) Software License [1] in the hope that
  46. it will be useful, but WITHOUT ANY WARRANTY; without even the implied
  47. warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  48. [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
  49. Permission to copy, modify, and distribute this software and its
  50. documentation, with or without modification, for any purpose and
  51. without fee or royalty is hereby granted, provided that you include
  52. the following on ALL copies of the software and documentation or
  53. portions thereof, including modifications:
  54. 1. The full text of this NOTICE in a location viewable to users of
  55. the redistributed or derivative work.
  56. 2. Any pre-existing intellectual property disclaimers, notices, or
  57. terms and conditions. If none exist, the W3C Software Short Notice
  58. should be included (hypertext is preferred, text is permitted) within
  59. the body of any redistributed or derivative code.
  60. 3. Notice of any changes or modifications to the files, including
  61. the date changes were made. (We recommend you provide URIs to the
  62. location from which the code is derived.)
  63. THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT
  64. HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED,
  65. INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS
  66. FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR
  67. DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS,
  68. TRADEMARKS OR OTHER RIGHTS.
  69. COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL
  70. OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR
  71. DOCUMENTATION.
  72. The name and trademarks of copyright holders may NOT be used in
  73. advertising or publicity pertaining to the software without specific,
  74. written prior permission. Title to copyright in this software and any
  75. associated documentation will at all times remain with copyright
  76. holders.