abstract class fandoc::DocNode

sys::Obj
  fandoc::DocNode

@Js

Source

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.

dump

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

Source

Debug dump to output stream.

id

abstract DocNodeId id()

Source

Get node id for node type.

write

abstract Void write(DocWriter out)

Source

Write this node to the specified DocWriter.