Version 2.6.0 doesn 't build 2004-01-10 - By Bob Foster
I downloaded XercesJ 2.6.0 source, stuffed it in an Eclipse project and built it with jre 1.4.2_01. Three files have errors: HTMLFrameElementImpl.java, HTMLIFrameElementImpl.java and HTMLObjectElementImpl.java.
The same problem in all: "Class must implement the inherited abstract method: <interfacename>.getContentDocument()."
The declaration in HTMLFrameElement is typical:
/** * The document this frame contains, if there is any and it is available, * or <code>null</code> otherwise. * @(protected) DOM Level 2 */ public Document getContentDocument();
What's the deal?
Thanks.
Bob Foster http://xmlbuddy.com/
--------------------------------------------------------------------- To unsubscribe, e-mail: xerces-j-user-unsubscribe@(protected) For additional commands, e-mail: xerces-j-user-help@(protected)
|
|