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.
* @since DOM Level 2
*/
public Document getContentDocument();


What's the deal?

Thanks.

Bob Foster
http://xmlbuddy.com/


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to