- From: Philippe Le Hegaret <plh@w3.org>
- Date: Wed, 21 Mar 2001 15:00:26 -0500
- To: www-math@w3.org
In http://www.w3.org/TR/2001/REC-MathML2-20010221/appendixe.html#dom-bindings_JavaBindings and http://www.w3.org/TR/2001/REC-MathML2-20010221/mathml-dom_java.zip: MathMLMatrixElement.java:19: Invalid method declaration; return type required. public deleteRow(int index) ^ I guess it is "void" MathMLMatrixrowElement.java:17: Invalid method declaration; return type required. public deleteEntry(int index) ^ I guess it is "void" MathMLPiecewiseElement.java:13: Identifier expected. MathMLCaseElement case) You should rename the parameter: caseEl? ^ MathMLVectorElement.java:16: Invalid method declaration; return type required. public deleteComponent(int index) I guess it is "void" Regards, Philippe
Received on Wednesday, 21 March 2001 15:00:28 UTC