Fan

 

class

fandoc::DocText

sys::Obj
  fandoc::DocNode
    fandoc::DocText

DocText segment.

See docLib::Fandoc for usage.

Slots

idSource

override DocNodeId id()

Overrides fandoc::DocNode.id

Doc inherited from fandoc::DocNode.id

Get node id for node type.

makeSource

new make(Str str)

strSource

Str str

toStrSource

override Str toStr()

Overrides sys::Obj.toStr

Doc inherited from sys::Obj.toStr

Return a string representation of this object.

writeSource

override Void write(DocWriter out)

Overrides fandoc::DocNode.write

Doc inherited from fandoc::DocNode.write

Write this node to the specified DocWriter.