| Class | Description |
|---|---|
| Publishers |
This package contains the DocBook Publishers schema files. They can
be accessed by unzipping the jar file or, in some environments,
simply using classpath: URIs.
The Publishers class defines a number of
constants. To be perfectly candid, the main reason the class exists
at all is to satisfy the requirements of the Maven publication process,
but if it's going to exists, we might as well make it (a little bit?)
useful.
The VERSIONS array contains a list of the versions
of DocBook Publishers in this release. For example,
"1.0" and "5.2". For test releases, the actual test
release version will also be in the list.
The PUBLISHERS_CATALOG_PATH contains the relative location of
the catalog file for these schemas within this archive.
Then there are constants for each primary schema. For example,
PUBLISHERS_1_0_DTD_PATH and
PUBLISHERS_5_2_RNG_PATH contain the relative
locations of the DTD for Publishers 1.0 and the RELAX NG Schema for Publishers 5.2,
respectively.