|
クラスの概要 |
| Convert |
The main class of the converter tool
The converter tool is command line based. |
| Converter |
This class handles the creating of the source to read from,
the target to write to and the appropriate DataHandler |
| DataHandler |
Handle the Data to get it from the Source
readable to the Target |
| DataReader |
Gets Line counting from LineNumberReader all Converter Reader classes inherit
from this. |
| DataWriter |
The abstract parent class of all converter writer classes |
| ExtMap |
|
| FileMaker |
Creates new files only if the file does not yet exist
or overwriting is allowed |
| GSIandSDFMerger |
Merge GSIFiles back to to the original (!) |
| GSIReader |
|
| GSIWriter |
|
| OutputHandler |
Handle the whole output during converting process except the converted files. |
| Resolver |
Resolve external entities by provide the
XLIFF DTD stored in the jar file |
| ResTypeResolver |
Helps resolving restype descriptors used outside the tool to
restype descriptors used by this tool |
| SDFReader |
SDFReader is a FileReader that knows about
the content of SDFFiles
A SDFBlock is read of the given file. |
| SDFWriter |
Write data to a SDFFile |
| XLIFFReader |
Parse the given file and extract the content needed. |
| XLIFFWriter |
Write the Data to a wellformed XLIFF File |