logo

const final enum

fandoc::DocNodeId

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

Slots

blockQuote

static DocNodeId blockQuote

Source

code

static DocNodeId code

Source

doc

static DocNodeId doc

Source

emphasis

static DocNodeId emphasis

Source

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.

Source

heading

static DocNodeId heading

Source

image

static DocNodeId image

Source

static DocNodeId link

Source

listItem

static DocNodeId listItem

Source

orderedList

static DocNodeId orderedList

Source

para

static DocNodeId para

Source

pre

static DocNodeId pre

Source

strong

static DocNodeId strong

Source

text

static DocNodeId text

Source

unorderedList

static DocNodeId unorderedList

Source

values

static DocNodeId[] values

List of DocNodeId values indexed by ordinal

Source