Luce::Node
Inherits Reference < Object
Base class for any AST item.
Roughly corresponds to Node in the DOM. Will be either an Element or Text.
Instance methods
accept(visitor : NodeVisitor) : Nil
text_content
Inherits Reference < Object
Base class for any AST item.
Roughly corresponds to Node in the DOM. Will be either an Element or Text.