Fan

 

const final enum

fandoc::DocNodeId

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

@simple

Slots

blockQuoteSource

static DocNodeId blockQuote := DocNodeId.make(5, "blockQuote")

codeSource

static DocNodeId code := DocNodeId.make(11, "code")

docSource

static DocNodeId doc := DocNodeId.make(1, "doc")

emphasisSource

static DocNodeId emphasis := DocNodeId.make(9, "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 := DocNodeId.make(2, "heading")

imageSource

static DocNodeId image := DocNodeId.make(13, "image")

static DocNodeId link := DocNodeId.make(12, "link")

listItemSource

static DocNodeId listItem := DocNodeId.make(8, "listItem")

orderedListSource

static DocNodeId orderedList := DocNodeId.make(6, "orderedList")

paraSource

static DocNodeId para := DocNodeId.make(3, "para")

preSource

static DocNodeId pre := DocNodeId.make(4, "pre")

strongSource

static DocNodeId strong := DocNodeId.make(10, "strong")

textSource

static DocNodeId text := DocNodeId.make(0, "text")

unorderedListSource

static DocNodeId unorderedList := DocNodeId.make(7, "unorderedList")

valuesSource

static DocNodeId[] values := ...

List of DocNodeId values indexed by ordinal