# File lib/xml/dom2/attr.rb, line 205 def _checkNode(node) unless node.nodeType == TEXT_NODE || node.nodeType == ENTITY_REFERENCE_NODE raise DOMException.new(DOMException::HIERARCHY_REQUEST_ERR) end end