Fantom

 

const final enum

fandoc::DocNodeId

sys::Obj
  sys::Enum
    fandoc::DocNodeId

@simple

Slots

blockQuoteSource

static DocNodeId blockQuote

codeSource

static DocNodeId code

docSource

static DocNodeId doc

emphasisSource

static DocNodeId emphasis

fromStrSource

static DocNodeId? fromStr(Str name, Bool checked := true)

Return the DocNodeId instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

headingSource

static DocNodeId heading

imageSource

static DocNodeId image

static DocNodeId link

listItemSource

static DocNodeId listItem

orderedListSource

static DocNodeId orderedList

paraSource

static DocNodeId para

preSource

static DocNodeId pre

strongSource

static DocNodeId strong

textSource

static DocNodeId text

unorderedListSource

static DocNodeId unorderedList

valsSource

static DocNodeId[] vals := ...

List of DocNodeId values indexed by ordinal