Fantom

 

abstract class

fandoc::DocNode

sys::Obj
  fandoc::DocNode

DocNode is the base class for nodes in a fandoc model. There are two type of nodes: DocElem and DocText.

See pod doc for usage.

Slots

dumpSource

Void dump(OutStream out := Env.cur().out())

Debug dump to output stream.

idSource

abstract DocNodeId id()

Get node id for node type.

writeSource

abstract Void write(DocWriter out)

Write this node to the specified DocWriter.