[4.0]classsynopsis

$Revision: 1.2 $

$Date: 2002/06/11 01:19:54 $

classsynopsis — The syntax summary for a class definition

Synopsis

Content Model

classsynopsis ::=
((ooclass|oointerface|ooexception)+,
 (classsynopsisinfo|fieldsynopsis|constructorsynopsis|
  destructorsynopsis|methodsynopsis)*)

Attributes

Common attributes

Name

Type

Default

languageCDATANone
class
Enumeration:
class
interface
"class"

Description

A ClassSynopsis contains the syntax summary of a class (generally speaking, a class in the object-oriented programming language sense).

This is one of the few places where DocBook attempts to model as well as describe. Unlike FuncSynopsis which was designed with C language function prototypes in mind, the content model of ClassSynopsis was designed to capture a wide range of object-oriented language semantics.

Processing expectations

For the most part, the processing application is expected to generate all of the parenthesis, semicolons, commas, and so on. required in the rendered synopsis. The exception to this rule is that the spacing and other punctuation inside a parameter that is a pointer to a function must be provided in the source markup.

Attributes

class

[4.0]The Class attribute identifies the whether this is the synopsis of a class or an interface.

language

[4.0]Identifies the language (Java, C++, Perl, etc.) of the class for which this is a synopsis allows stylesheets to select an appropriate rendering.