Fan

 

class

fandoc::BlockQuote

sys::Obj
  fandoc::DocNode
    fandoc::DocElem
      fandoc::BlockQuote

BlockQuote models a block of quoted text.

Slots

htmlNameSource

override Str htmlName()

Overrides fandoc::DocElem.htmlName

Doc inherited from fandoc::DocElem.htmlName

Get the HTML element name to use for this element.

idSource

override DocNodeId id()

Overrides fandoc::DocNode.id

Doc inherited from fandoc::DocNode.id

Get node id for node type.

isInlineSource

override Bool isInline()

Overrides fandoc::DocElem.isInline

Doc inherited from fandoc::DocElem.isInline

Is this an inline versus a block element.