Method: Taka::DOM::Element#getAttributeNS

Defined in:
lib/taka/dom/element.rb

#getAttributeNS(namespaceURI, localName) ⇒ Object

Raises:

  • (NotImplementedError)


59
60
61
# File 'lib/taka/dom/element.rb', line 59

def getAttributeNS(namespaceURI, localName)
  raise(NotImplementedError.new)
end