Class: Nokogiri::XML::CDATA

Inherits:
Text show all
Defined in:
lib/nokogiri/xml/cdata.rb

Constant Summary

Constants inherited from Node

Node::ATTRIBUTE_DECL, Node::CDATA_SECTION_NODE, Node::COMMENT_NODE, Node::DOCB_DOCUMENT_NODE, Node::DOCUMENT_NODE, Node::DTD_NODE, Node::ELEMENT_DECL, Node::ENTITY_DECL, Node::HTML_DOCUMENT_NODE, Node::NAMESPACE_DECL, Node::XINCLUDE_END, Node::XINCLUDE_START

Instance Method Summary collapse

Methods inherited from Node

#[], #after, #at, #before, #cdata?, #children, #collect_namespaces, #comment?, #content=, #css, #css_path, #decorate!, #has_attribute?, #html?, #next, #remove, #search, #set_attribute, #text, #to_html, #traverse, #xml?, #xpath

Instance Method Details

#nameObject



4
5
6
# File 'lib/nokogiri/xml/cdata.rb', line 4

def name
  'cdata-section'
end