class Poor::Builder

Overview

Markup builder which assembles the elements into a tree and exposes the root element.

Defined in:

builder.cr

Instance Method Summary

Instance methods inherited from class Poor::TreeMaker

add(element : Markup) add, close(element : Markup = @parents.last) close, close_children(element : Markup) close_children, close_element(element : Markup) close_element, finish(element : Markup = @parents.last) finish, finish_children(element : Markup) finish_children, open(element : Markup) open, open_element(element : Markup) open_element, parent parent, start(element : Markup) start

Instance Method Detail

def close_element(element : Markup) #

[View source]
def get #

Returns the root element of the built markup tree.


[View source]
def open_element(element : Markup) #

[View source]