logo

const final enum

fandoc::DocNodeId

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

DocNodeId

Slots

blockQuote

static DocNodeId blockQuote

code

static DocNodeId code

doc

static DocNodeId doc

emphasis

static DocNodeId emphasis

fromStr

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.

heading

static DocNodeId heading

image

static DocNodeId image

static DocNodeId link

listItem

static DocNodeId listItem

orderedList

static DocNodeId orderedList

para

static DocNodeId para

pre

static DocNodeId pre

strong

static DocNodeId strong

text

static DocNodeId text

unorderedList

static DocNodeId unorderedList

values

static DocNodeId[] values

List of DocNodeId values indexed by ordinal