enum class fandoc::DocNodeId

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

@Js
@Serializable { simple=true }

Source

DocNodeId

blockQuote

const static DocNodeId blockQuote := ...

Source

code

const static DocNodeId code := ...

Source

doc

const static DocNodeId doc := ...

Source

emphasis

const static DocNodeId emphasis := ...

Source

fromStr

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

Source

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

heading

const static DocNodeId heading := ...

Source

hr

const static DocNodeId hr := ...

Source

image

const static DocNodeId image := ...

Source

const static DocNodeId link := ...

Source

listItem

const static DocNodeId listItem := ...

Source

orderedList

const static DocNodeId orderedList := ...

Source

para

const static DocNodeId para := ...

Source

pre

const static DocNodeId pre := ...

Source

strong

const static DocNodeId strong := ...

Source

text

const static DocNodeId text := ...

Source

unorderedList

const static DocNodeId unorderedList := ...

Source

vals

const static DocNodeId[] vals := ...

Source

List of DocNodeId values indexed by ordinal