.PollenFormat

abstract type defined in module Pollen


			abstract type Format

A Format describes a content format that trees can be read from and/or trees can be converted to.

Extending

A Format F can implement the following methods:

  • parse (::IO, ::F)::XTree` reads a tree

  • render! (::IO, ::XTree, ::F writes a tree