6. Programming Inlines

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.

ElementUsageExamples
classname

Class name.

ArrayList

exceptionname

Exception name.

IOException

function

Function name.

print()

initializer

Default field or parameter value.

<initializer>null</initializer>

interfacename

Interface name.

List

methodname

Method name.

add()

modifier

Modifier of some identifier.

<modifier>private</modifier>

ooclass

Class attributes.

<modifier>public</modifier>java.util.ArrayList

ooexception

Exception attributes.

<modifier>public</modifier>java.io.IOException

oointerface

Interface attributes.

<modifier>public</modifier>java.util.List

parameter

Reference or value passed to a function or command.

FILE

FILE

index

-l

returnvalue

Value returned by a function.

true

type

Classification of data.

int

varname

Variable name.

filePath