class Watir::Generator::SVG::Visitor

Public Instance Methods

classify_regexp() click to toggle source
# File lib/watir/generator/svg/visitor.rb, line 5
def classify_regexp
  /^SVG(.+)Element$/
end

Private Instance Methods

force_inheritance() click to toggle source
# File lib/watir/generator/svg/visitor.rb, line 15
def force_inheritance
  {'SVGElement' => 'HTMLElement'}
end
interface_regexp() click to toggle source
# File lib/watir/generator/svg/visitor.rb, line 11
def interface_regexp
  /^SVG.*Element$/
end