tolles OO ist das.

747/808 nodehasattributes02.xml
-TEST FAILED: There is no applicable method for the generic function
-               #<STANDARD-GENERIC-FUNCTION DOM:HAS-ATTRIBUTES (1)>
-             when called with arguments
-               (#<DOM-IMPL::DOCUMENT-TYPE {xxxxxxxx}>).
This commit is contained in:
dlichteblau
2005-12-11 19:38:09 +00:00
parent e653fd37a3
commit 6101105d6f
2 changed files with 4 additions and 5 deletions

View File

@ -448,6 +448,9 @@
;;; Node
(defmethod dom:has-attributes ((element node))
nil)
(defmethod dom:is-supported ((node node) feature version)
(dom:has-feature 'implementation feature version))