Sablon.HTMLConverter.Collection (sablon v0.4.4)

Copy Markdown View Source

A bare sequence of AST nodes, rendered by concatenation.

Summary

Types

t()

@type t() :: %Sablon.HTMLConverter.Collection{nodes: [struct()]}

Functions

children(collection)

describe(collection)

new(nodes)

@spec new([struct()]) :: t()

Wraps a list of AST nodes.

put_children(collection, nodes)

to_docx(collection)