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=27213>. 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=27213 Incorrect handling of isSupported() and getFeature() for DOM-3 Nodes? [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2004-02-26 17:11 ------- Michael, Xerces DOM implementation does not support any kind of extension mechanism where more than one implementation is used for a given node. We do have multiple implemenations of DOM (i.e. CoreDocumentImpl, PSVIDocumentImpl) but nodes in the tree always come from one implementation, therefore for our implementation it makes sense only to query the supported features on the DOMImplemenation that created the owner document implementation. If you need to extend our DOM Implementation and add more features per node, you can do so and overwrite the isSupported(..) method. Thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
