Class: Gammo::Node::Text

Inherits:
Gammo::Node show all
Defined in:
lib/gammo/node.rb

Overview

Represents the text token.

Constant Summary

Constants inherited from Gammo::Node

Comment, DEFAULT_SCOPE_MARKER, Doctype, Error, ScopeMarker

Instance Attribute Summary

Attributes inherited from Gammo::Node

#attributes, #data, #first_child, #last_child, #namespace, #next_sibling, #parent, #previous_sibling, #tag

Method Summary

Methods inherited from Gammo::Node

#append_child, #children, #document?, #each_descendant, #get_attribute_node, #initialize, #insert_before, #owner_document, #remove_child, #select

Constructor Details

This class inherits a constructor from Gammo::Node