casting to a short

('us-ascii' encoding is not supported, stored as-is)
Attached a really simple test which creates a DOMBuilder.

Compiling fails since it should be:

  builder = lsImplementation.createDOMBuilder((short)1,schemaType);

instead of:

  builder = lsImplementation.createDOMBuilder(1,schemaType);

How do you cast the constant to a short within the test ?

Thanks in advance,

jeroen


=====
X-Hive Corporation
Jeroen van Rotterdam, CEO
e-mail: jeroen@x-hive.com
phone: +31 10 7108600
http://www.x-hive.com

Received on Sunday, 12 January 2003 17:09:38 UTC