sys::Obj fandoc::DocNode
DocNode is the base class for nodes in a fandoc model. There are two type of nodes: DocElem and DocText.
Void dump(OutStream out := def)
Debug dump to output stream.
abstract DocNodeId id()
Get node id for node type.
abstract Void write(DocWriter out)
Write this node to the specified DocWriter.