Skip to main content

DocBook.programlisting

persistent class DocBook.programlisting extends DocBook.block

SQL Table Name: DocBook.programlisting

Represents a programming example.

Property Inventory

Properties

property errorInfo as cdata;
This is the value of $ZERROR is the coloring failed
Property methods: errorInfoGet(), errorInfoGetStored(), errorInfoIsValid(), errorInfoSet()
property errorLang as cdata;
This is the value of "lang" when an error is reported
Property methods: errorLangGet(), errorLangGetStored(), errorLangIsValid(), errorLangSet()
property syntaxError as %Boolean;
If there is a syntax error in this programlisting, this is true
Property methods: syntaxErrorDisplayToLogical(), syntaxErrorGet(), syntaxErrorGetStored(), syntaxErrorIsValid(), syntaxErrorLogicalToDisplay(), syntaxErrorNormalize(), syntaxErrorSet()

Indexes

index ($programlisting on ) [Extent, Type = bitmap];

Inherited Members

Inherited Properties

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: CacheStorage (DocBook.block)

^DocBook.blockD(ID,"content")
=
content

Storage Model: CacheStorage (DocBook.block)

^DocBook.blockD(ID,"render")
=
renderedContent

Storage Model: CacheStorage (DocBook.block)

^DocBook.blockD(ID)
=
%%CLASSNAME
blockpos
book
component
container
id
lang
lastchange
role
sourcefile
sourcetime
status
title
attrgiven
tagattrs
remap
product
extraTags
Rank
TopId
NearestLevel1
Searchable
category

Storage Model: CacheStorage (DocBook.programlisting)

^DocBook.blockD(ID,"programlisting")
=
syntaxError
errorInfo
errorLang
FeedbackOpens in a new tab