File: README.dom.txt

package info (click to toggle)
libjaxp1.3-java 1.3.05-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,292 kB
  • sloc: java: 11,604; makefile: 15
file content (56 lines) | stat: -rw-r--r-- 2,287 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
xml-commons/java/external/README.dom.txt $Id: README.dom.txt 477038 2006-11-20 04:40:36Z mrglavas $


HEAR YE, HEAR YE!


All of the .java software and associated documentation about 
the DOM in this repository are distributed under the license 
from the W3C, which is provided herein.


LICENSE.dom-software.txt covers all software from the W3C 
including the following items in the xml-commons project:

    xml-commons/java/external/src/org/w3c
      and all subdirectories
      
(Note: SAC (The Simple API for CSS) has been published under an older
version of the W3C license. The original license file is LICENSE.sac.html.)

LICENSE.dom-documentation.txt covers all documentation from the W3C 
including the following items in the xml-commons project:

    xml-commons/java/external/xdocs/dom
      and all subdirectories

The actual DOM Java Language Binding classes in xml-commons came from: 
    http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding.html
    
The specification of DOM Level 3's various parts is at:
    http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/
    http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407/
    http://www.w3.org/TR/2004/NOTE-DOM-Level-3-XPath-20040226/

The specification of DOM Level 2's various parts is at:
    http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/
    http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/
    http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113/
    http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113/
    
The specification of DOM Level 1's various parts is at:
    http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html.html

Links to all available W3C DOM Java Bindings can be found at:
    http://www.w3.org/DOM/DOMTR

The actual classes of The Simple API for CSS (SAC) came from:
    http://www.w3.org/Style/CSS/SAC/
    http://www.w3.org/2002/06/sacjava-1.3.zip

The actual DOM Java Language Binding classes for SMIL came from:
    http://dev.w3.org/cvsweb/java/classes/org/w3c/dom/smil/
    (both ElementTimeControl.java and TimeEvent.java were taken at revision 1.1)

The actual DOM Java Language Binding classes for SVG 1.1 came from:
    http://www.w3.org/TR/SVG11/java.html