Method: VCDOM::MiniDOM::CDATASection#node_type

Defined in:
lib/vcdom/minidom/cdata_section.rb

#node_typeObject

nodeType of type unsigned short, readonly

A code representing the type of the underlying object, as defined above.


14
15
16
# File 'lib/vcdom/minidom/cdata_section.rb', line 14

def node_type
  return Node::CDATA_SECTION_NODE
end