Hi Brian,
Yes, they should. I went on a kick where I did just that, but no doubt I
missed some stuff. I'll do another pass over it.
Dave
|---------+--------------------------->
| | Brian Quinlan |
| | <[EMAIL PROTECTED]|
| | com> |
| | |
| | 02/24/2003 10:36|
| | PM |
| | Please respond |
| | to xalan-dev |
|---------+--------------------------->
>----------------------------------------------------------------------------------------------------------------------------------|
|
|
| To: [EMAIL PROTECTED]
|
| cc: (bcc: David N Bertoni/Cambridge/IBM)
|
| Subject: Should all of the unimplemented DOM functions throw exceptions?
|
>----------------------------------------------------------------------------------------------------------------------------------|
Should all of the unimplemented DOM functions throw exceptions? For
example:
XalanNodeList*
XalanSourceTreeElement::getElementsByTagName(const XalanDOMString &)
const
{
return 0;
}
I would expect this to throw a not implemented exception.
Cheers,
Brian
Re: Should all of the unimplemented DOM functions throw exceptions?
David N Bertoni/Cambridge/IBM Mon, 24 Feb 2003 23:56:27 -0800
- Summary of XalanJ work (long!) ilene
- Re: Summary of XalanJ work (long!) zongaro
- Should all of the unimplemented DOM... Brian Quinlan
- Re: Should all of the unimpleme... David N Bertoni/Cambridge/IBM
- Re: Should all of the unimpleme... Joseph Kesselman
- RE: Should all of the unimp... Brian Quinlan
- RE: Should all of the ... David N Bertoni/Cambridge/IBM
- RE: Should all of ... Brian Quinlan
- RE: Should all... David N Bertoni/Cambridge/IBM
- Re: Summary of XalanJ work (long!) Santiago Pericas-Geertsen
