(defn -getAttributes [this attrs] (let [result (AttributeList.)] (doseq [attr attrs] (.add result (.getAttribute this attr))) result))
Comments top
No comments for -getAttributes. Log in to add a comment.