This is an alpha version of this book.

classname

Name

classname — The name of a class, in the object-oriented programming sense

Synopsis

Mixed Content Model

classname ::=
(#PCDATA|replaceable|inlinegraphic|inlinemediaobject|indexterm|
 beginpage)*

Attributes

Common attributes

Parameter Entities

The following parameter entities contain classname:

Parameter Entities
%cptr.char.mix; %ndxterm.char.mix; %para.char.mix;
%refinline.char.mix; %refname.char.mix; %tbl.entry.mdl;
%tech.char.class; %title.char.mix;  

Description

The ClassName tag is used to identify the name of a class. This is likely to occur only in documentation about object-oriented programming systems, languages, and architectures.

DocBook does not contain a complete set of inlines appropriate for describing object-oriented programming environments. (While it has ClassName, for example, it has nothing suitable for methods.) This will be addressed in a future version of DocBook.

Processing expectations

Formatted inline.

Children

The following elements occur in classname: beginpage, indexterm, inlinegraphic, inlinemediaobject, replaceable.

See Also

interface, property, structfield, structname, symbol, token, type.

Examples

<!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
          "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<para> 
All user-interface components must be descendants of the
<classname>Widget</classname> class.
</para>

All user-interface components must be descendants of the Widget class.

Copyright © 1999, 2000, 2001 O'Reilly & Associates, Inc.