Method: Taka::DOM::DTD#notations
- Defined in:
- lib/taka/dom/dtd.rb
#notations ⇒ Object
15 16 17 18 19 20 |
# File 'lib/taka/dom/dtd.rb', line 15 def notations notations = super notations.extend(DOM::NamedNodeMap) notations.document ||= document notations end |