A Relax NG grammar with definitions of elements and attributes
used by both the XML index file and the XML class files
generated by GNU Gjdoc.
Specifies mixed content comprised of gjdoc tags,
HTML tags, taglet output, and text.
Specifies an interface that the class implements.
Specifies an interface implemented by superclasses
(ancestors) of the class. Together with the interfaces
specified with tag `implements', this lists all interfaces
the class can be cast to.
The name of the class, without package prefix. If the
class is an inner class, this includes the name of its
outer class.
The dimension of this typedef, represented by a zero or
more repetitions of the string "[]".
The name of some Java Entity (package, class, constructor,
method, field.)
The fully qualified name of the class.
Specifies the superclass of the class.
gjdoc:tag
The full name of the package containing the class.
A string generated by a Taglet.toString() method.
The name of the tag this Taglet was assigned to.
Exists when the described class is a subclass of
java.lang.Error.
Exists when the described class is a subclass of
java.lang.Exception.
Exists when the described class is an interface.