Table 5. Markup Inlines Summary
Note that the initializer
and modifier
tags are not properly formatted.
They are present in file
/usr/share/xml/docbook/stylesheet/docbook-xsl/html/synop.xsl
but missing from file
/usr/share/xml/docbook/stylesheet/docbook-xsl/html/inline.xsl
.
Element | Usage | Examples |
---|---|---|
classname
|
Class name. |
|
exceptionname
|
Exception name. |
|
function
|
Function name. |
|
initializer
|
Default field or parameter value. |
<initializer>null</initializer> |
interfacename
|
Interface name. |
|
methodname
|
Method name. |
|
modifier
|
Modifier of some identifier. |
<modifier>private</modifier> |
ooclass
|
Class attributes. |
<modifier>public</modifier>java.util. |
ooexception
|
Exception attributes. |
<modifier>public</modifier>java.io. |
oointerface
|
Interface attributes. |
<modifier>public</modifier>java.util. |
parameter
|
Reference or value passed to a function or command. |
|
returnvalue
|
Value returned by a function. |
true |
type
|
Classification of data. |
int |
varname
|
Variable name. |
|