programlisting
programlisting — A literal listing of all or part of a program.
Synopsis
- Sequence of:
info? (db.titleforbidden.info)- One of:
- Zero or more of:
- text
lineannotation- Bibliography inlines
![[-]](figs/web/nav/down.gif)
- Computer-output inlines
![[-]](figs/web/nav/down.gif)
abbrevacronymaltanchorannotationbibliorefcocodecommandcomputeroutputconstantcorefdateemailemphasis(db._emphasis)envarfilenamefirstterm(db._firstterm)footnotefootnoterefforeignphrase(db._foreignphrase)glossterm(db._glossterm)indexterm(db.indexterm.endofrange)indexterm(db.indexterm.singular)indexterm(db.indexterm.startofrange)inlinemediaobjectlinkliteralmarkupnonterminalolinkoptionoptionalpackageparameterphrase(db._phrase)promptpropertyquote(db._quote)remarkreplaceablesubscriptsuperscriptsymbolsystemitemtagtermdeftokentrademarkuriuserinputwordaswordxref
- Error inlines
![[-]](figs/web/nav/down.gif)
- Graphic inlines
![[-]](figs/web/nav/down.gif)
- GUI inlines
![[-]](figs/web/nav/down.gif)
- Indexing inlines
![[-]](figs/web/nav/down.gif)
- Keyboard inlines
![[-]](figs/web/nav/down.gif)
- Linking inlines
![[-]](figs/web/nav/down.gif)
- Markup inlines
![[-]](figs/web/nav/down.gif)
- Math inlines
![[-]](figs/web/nav/down.gif)
- Object-oriented programming inlines
![[-]](figs/web/nav/down.gif)
- Operating system inlines
![[-]](figs/web/nav/down.gif)
- Product inlines
![[-]](figs/web/nav/down.gif)
- Programming inlines
![[-]](figs/web/nav/down.gif)
- Publishing inlines
![[-]](figs/web/nav/down.gif)
abbrevacronymcorefdateemphasis(db.emphasis)firstterm(db._firstterm)firstterm(db.firstterm)footnotefootnoterefforeignphrase(db.foreignphrase)glossterm(db._glossterm)glossterm(db.glossterm)phrase(db.phrase)quote(db.quote)subscriptsuperscriptwordasword
- Technical inlines
![[-]](figs/web/nav/down.gif)
- Ubiquitous inlines
![[-]](figs/web/nav/down.gif)
abbrevacronymaltanchorannotationbibliorefcorefdateemphasis(db._emphasis)firstterm(db._firstterm)footnotefootnoterefforeignphrase(db._foreignphrase)glossterm(db._glossterm)indexterm(db.indexterm.endofrange)indexterm(db.indexterm.singular)indexterm(db.indexterm.startofrange)inlinemediaobjectlinkolinkphrase(db._phrase)quote(db._quote)remarksubscriptsuperscripttrademarkwordaswordxref
- User-input inlines
![[-]](figs/web/nav/down.gif)
abbrevaccelacronymaltanchorannotationbibliorefcocodecommandcomputeroutputconstantcorefdateemailemphasis(db._emphasis)envarfilenamefirstterm(db._firstterm)footnotefootnoterefforeignphrase(db._foreignphrase)glossterm(db._glossterm)guibuttonguiiconguilabelguimenuguimenuitemguisubmenuindexterm(db.indexterm.endofrange)indexterm(db.indexterm.singular)indexterm(db.indexterm.startofrange)inlinemediaobjectkeycapkeycodekeycombokeysymlinkliteralmarkupmenuchoicemousebuttonnonterminalolinkoptionoptionalpackageparameterphrase(db._phrase)promptpropertyquote(db._quote)remarkreplaceableshortcutsubscriptsuperscriptsymbolsystemitemtagtermdeftokentrademarkuriuserinputwordaswordxref
textobject
- Zero or more of:
Attributes
Additional attributes:
- All of:
- continuation (enumeration)
- “continues”
- “restarts”
- linenumbering (enumeration)
- “numbered”
- “unnumbered”
- startinglinenumber (integer)
- xml:space (enumeration)
- “preserve”
- language
- continuation (enumeration)
- width (nonNegativeInteger)
Additional Constraints
- If this element is the root element, it must have a version attribute.
Description
A programlisting is a verbatim environment for
program source or source fragment listings. The
programlistings are often placed in
examples or figures so that they
can be cross-referenced from the text.
Processing expectations
Formatted as a displayed block. This element is displayed
“verbatim”; whitespace and line breaks within this element are
significant. The programlistings are usually
displayed in a fixed-width font.
Other markup within a programlisting is
recognized. Contrast this with systems like LaTeX, in which verbatim
environments disable markup recognition. If you want to disable markup
recognition, you must use a CDATA
section:
<programlisting> <![CDATA[ This is a programlisting so white space and line breaks are significant. But it is also a CDATA section so <emphasis>tags</emphasis> and &entities; are not recognized. The only markup that is recognized is the end-of-section marker, which is two "]"'s in a row followed by a >. ]]> </programlisting>
Two markup tags have special significance in
programlistings: co and
lineannotation. A co identifies
the location of a callout. A
lineannotation is a comment, added by the
documentor—not the programmer.
Attributes
- continuation
Determines whether line numbering continues from the previous element or restarts.
Enumerated values: “continues” Line numbering continues from the immediately preceding element with the same name.
“restarts” Line numbering restarts (begins at 1, usually).
- language
Identifies the language (i.e. programming language) of the verbatim content.
- linenumbering
Determines whether lines are numbered.
Enumerated values: “numbered” Lines are numbered.
“unnumbered” Lines are not numbered.
- startinglinenumber
Specifies the initial line number.
- width
Specifies the width (in characters) of the element
- xml:space
Can be used to indicate explicitly that whitespace in the verbatim environment is preserved. Whitespace must always be preserved in verbatim environments whether this attribute is specified or not.
Enumerated values: “preserve” Whitespace must be preserved.
See Also
computeroutput, lineannotation, literallayout, screen, screenshot, synopsis, userinput




![[+]](figs/web/nav/right.gif)