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:
@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user