|
Class Summary |
| DialectHandler |
This class is used for determining the XML dialect of an input XML file in
order to be able to apply the correct XSLT stylesheet to the input file. |
| FileSelector |
The FileSelector class allows to specify which files within a
directory are to be included in the XDC processing. |
| PatternSelector |
The PatternSelector class is an extension to the
FileSelector class which allows to additionally restrict the set
of selected files by specifying one or more PathDescriptors
(wildcard expressions). |
| SourceProcessor |
This class is responsible for generating HTML pages containing the
contents of XML source files (in HTML format), decorated with line numbers
and named anchors (enumerated by the current line numbers). |
| XdcOption |
This class represents a command line option of the XDC application. |
| XdcOptions |
This class is responsible for setting up all available command line options
for the XDC tool. |
| XdcPackage |
This class represents a "package" of sources. |
| XdcProcessor |
This class is responsible for processing all source files by applying the
appropriate stylesheets to the sources specified during the invocation of
the XDC tool. |
| XdcSource |
This class represents an XML source file which is to be processed by the
XDC tool. |
| XdcSourceCollector |
The XdcSourceCollector class is used to assemble the possible
XML source files specified for processing into XDC documentation. |
| XPathPattern |
The class XPathPattern represents a link
within a {@link} or a
@see tag whose anchor section is an XPath
expression. |