
CVS log for java/classes/org/w3c/tools/specgenerator/Java.java
Up to [Public] / java / classes / org / w3c / tools / specgenerator
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Aug 28 13:25:23 2003 UTC (22 years ago) by plehegar
Branches: MAIN
CVS tags: rel-2-2,
HEAD,
DOM3-2004
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +23 -5
lines
Modified the Java mapping for attribute
if it is an attribute, that starts with "is", followed by an upper case
letter, the getter keeps the name as-is (i.e. no addition of "get") and
the setter, if any, gets "is" replaced by "set". Only exception is
HTMLImageElement.isMap.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Jun 26 22:26:55 2003 UTC (22 years, 2 months ago) by plehegar
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -48
lines
Fixed command-options parsing
Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue May 6 17:19:41 2003 UTC (22 years, 4 months ago) by plehegar
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +6 -6
lines
Harmonized errors and warnings
Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Feb 24 03:02:15 2003 UTC (22 years, 6 months ago) by plehegar
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +85 -4
lines
Added handling for b, xspecref, loc, emph, ulist, item, olist, note
Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Feb 24 00:04:24 2003 UTC (22 years, 6 months ago) by plehegar
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +26 -5
lines
Added Java unicode escaping for javadoc
Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Oct 16 20:02:34 2002 UTC (22 years, 11 months ago) by plehegar
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +63 -16
lines
Exceptions documentation is only generated if necessary on attributes
(depending on get/set).
bibref is now supported in the documentation.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Dec 4 01:28:10 2001 UTC (23 years, 9 months ago) by plehegar
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +28 -33
lines
Added handling for Java or ECMAScript only attributes/methods
role='java-only'
Added new mapping for specific types
--map-type Java <DOM type> <Java type
example: --map-type Java DOMString String
Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Oct 22 20:26:51 2001 UTC (23 years, 10 months ago) by plehegar
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +16 -6
lines
Added the ability to map exceptions
(needed for DOMSystemException)
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Aug 17 17:33:13 2001 UTC (24 years, 1 month ago) by plehegar
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +5 -3
lines
Added DOMObject
Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Jul 27 19:17:56 2001 UTC (24 years, 1 month ago) by plehegar
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +8 -2
lines
Added DOMSystemException and Object
Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Jul 25 21:50:08 2001 UTC (24 years, 1 month ago) by plehegar
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +110 -10
lines
lots of changes
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed May 16 02:35:36 2001 UTC (24 years, 4 months ago) by plehegar
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +12 -11
lines
Fixed a bug from dom level 3 core
Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed May 16 00:01:27 2001 UTC (24 years, 4 months ago) by plehegar
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -2
lines
New
Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Mar 22 19:22:28 2001 UTC (24 years, 5 months ago) by plehegar
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +7 -5
lines
enum are now short, not int.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Mar 22 06:04:10 2001 UTC (24 years, 5 months ago) by plehegar
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -2
lines
Changed setter
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Feb 7 23:09:19 2001 UTC (24 years, 7 months ago) by plehegar
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +28 -7
lines
Added handling for DOMOutputStream, DOMInputStream, DOMReader
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Jan 17 22:54:05 2001 UTC (24 years, 8 months ago) by plehegar
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +6 -4
lines
Missing white space after @param <param_name>
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Aug 8 13:55:09 2000 UTC (25 years, 1 month ago) by plehegar
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3
lines
Bug fixed in id (missing one character at the end)
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Jul 24 23:54:53 2000 UTC (25 years, 1 month ago) by plehegar
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +9 -7
lines
Bug fixed in exceptions
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jul 24 18:30:41 2000 UTC (25 years, 1 month ago) by plehegar
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +15 -8
lines
Added directory option
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Jul 22 00:14:23 2000 UTC (25 years, 1 month ago) by plehegar
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3
lines
New version
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Jul 21 02:03:45 2000 UTC (25 years, 1 month ago) by plehegar
Branches: MAIN
First version
Webmaster