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



Reply via email to