Class: Rexle::CData

Inherits:
Element show all
Defined in:
lib/rexle.rb

Overview

– end of element –

Instance Attribute Summary

Attributes inherited from Element

#child_elements, #child_lookup, #doc_id, #instructions, #name, #parent, #value

Instance Method Summary collapse

Methods inherited from Element

#add, #add_attribute, #add_element, #add_text, #at_css, #attribute, #attributes, #children, #children=, #clone, #contains, #content, #count, #css, #deep_clone, #delete, #doc_root, #each, #each_recursive, #element, #elements, #filter_xpath, #has_elements?, #insert_after, #insert_before, #inspect, #map, #max, #next_element, #original_clone, #previous_element, #query_xpath, #root, #text, #texts, #to_a, #xml, #xpath

Methods included from XMLhelper

#doc_pretty_print, #doc_print, #pretty_print, #processing_instructions, #scan_print, #scan_to_a

Constructor Details

#initialize(value = '') ⇒ CData

Returns a new instance of CData.



1032
1033
1034
# File 'lib/rexle.rb', line 1032

def initialize(value='')
  super('![', value)
end