You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

xml-apis-ext.README.dom.txt 2.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. xml-commons/java/external/README.dom.txt $Id: README.dom.txt 477038 2006-11-20 04:40:36Z mrglavas $
  2. HEAR YE, HEAR YE!
  3. All of the .java software and associated documentation about
  4. the DOM in this repository are distributed under the license
  5. from the W3C, which is provided herein.
  6. LICENSE.dom-software.txt covers all software from the W3C
  7. including the following items in the xml-commons project:
  8. xml-commons/java/external/src/org/w3c
  9. and all subdirectories
  10. (Note: SAC (The Simple API for CSS) has been published under an older
  11. version of the W3C license. The original license file is LICENSE.sac.html.)
  12. LICENSE.dom-documentation.txt covers all documentation from the W3C
  13. including the following items in the xml-commons project:
  14. xml-commons/java/external/xdocs/dom
  15. and all subdirectories
  16. The actual DOM Java Language Binding classes in xml-commons came from:
  17. http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding.html
  18. The specification of DOM Level 3's various parts is at:
  19. http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/
  20. http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407/
  21. http://www.w3.org/TR/2004/NOTE-DOM-Level-3-XPath-20040226/
  22. The specification of DOM Level 2's various parts is at:
  23. http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/
  24. http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/
  25. http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113/
  26. http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113/
  27. The specification of DOM Level 1's various parts is at:
  28. http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html.html
  29. Links to all available W3C DOM Java Bindings can be found at:
  30. http://www.w3.org/DOM/DOMTR
  31. The actual classes of The Simple API for CSS (SAC) came from:
  32. http://www.w3.org/Style/CSS/SAC/
  33. http://www.w3.org/2002/06/sacjava-1.3.zip
  34. The actual DOM Java Language Binding classes for SMIL came from:
  35. http://dev.w3.org/cvsweb/java/classes/org/w3c/dom/smil/
  36. (both ElementTimeControl.java and TimeEvent.java were taken at revision 1.1)
  37. The actual DOM Java Language Binding classes for SVG 1.1 came from:
  38. http://www.w3.org/TR/SVG11/java.html