You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2003/08/15 00:06:13 UTC

DO NOT REPLY [Bug 22440] New: - DTMNodeProxy has a number of unimplemented methods

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22440>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22440

DTMNodeProxy has a number of unimplemented methods

           Summary: DTMNodeProxy has a number of unimplemented methods
           Product: XalanJ2
           Version: CurrentCVS
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: org.apache.xml.dtm
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: vlad_ender@bnz.co.nz


Quite a few methods in DTMNode proxy throw NOT_SUPPORTED_ERR, even when the 
call makes sense (like getElementsByTagName()). As it's not user controllable 
what implementation is used while processing, it can break some extensions. 
(I've also noticed that a number of modification methods that should throw 
NO_MODIFICATION_ALLOWED throw NOT_SUPPORTED instead).