(defn text= "Returns a query predicate that matches a node when its textual content equals s." [s] (fn [loc] (= (text loc) s)))
Comments top
No comments for text=. Log in to add a comment.