This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 230 - DOMWriter, DOMBuidler, DOMInputSource need to be renamed
Summary: DOMWriter, DOMBuidler, DOMInputSource need to be renamed
Status: RESOLVED FIXED
Alias: None
Product: DOM TS
Classification: Unclassified
Component: DOM Level 3 (show other bugs)
Version: unspecified
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: Philippe Le Hegaret
QA Contact:
URL: http://www.w3.org/TR/2003/WD-DOM-Leve...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-20 14:33 UTC by Philippe Le Hegaret
Modified: 2003-10-31 05:29 UTC (History)
0 users

See Also:


Attachments

Description Philippe Le Hegaret 2003-06-20 14:33:39 UTC
The latest DOM LS 3 draft renamed DOMWriter, DOMBuilder, and DOMInputSource to
DOMSerializer, DOMParser, and DOMInput (respectively). The LS tests needs to
take this into account.
Comment 1 Curt Arnold 2003-10-31 00:29:06 UTC
Tests have been updated to 6 June draft.  Can not build Java due to errors in
the Java binding source (it uses DOMInputStream instead of java.io.InputStream).