Method: VCDOM::MiniDOM::CDATASection#node_name
- Defined in:
- lib/vcdom/minidom/cdata_section.rb
#node_name ⇒ Object
nodeName of type DOMString, readonly
The name of this node, depending on its type; see the table above.
Interface nodeName
------------------------------------------------------------
CDATASection "#cdata-section"
24 25 26 |
# File 'lib/vcdom/minidom/cdata_section.rb', line 24 def node_name return "#cdata-section" end |