Class: Oga::XML::Comment

Inherits:
CharacterNode show all
Defined in:
lib/oga/xml/comment.rb

Overview

Class used for storing information about XML comments.

Instance Attribute Summary

Attributes inherited from CharacterNode

#text

Attributes inherited from Node

#next, #node_set, #previous

Method Summary

Methods inherited from CharacterNode

#initialize, #inspect

Methods inherited from Node

#after, #before, #children, #children=, #each_ancestor, #html?, #initialize, #next_element, #parent, #previous_element, #remove, #replace, #root_node, #xml?

Methods included from ToXML

#to_xml

Methods included from Traversal

#each_node

Constructor Details

This class inherits a constructor from Oga::XML::CharacterNode