org.apache.turbine.services.intake.transform |
|
Java Source File Name | Type | Comment |
DTDResolver.java | Class | A resolver to get the database.dtd file for the XML parser from the jar.
This does not work with jdk1.3 on linux and OSX, see
Bug 4337703
author: Martin Poeschl author: Henning P. |
XmlToAppData.java | Class | A Class that is used to parse an input
xml schema file and creates and AppData java structure.
It uses apache Xerces to do the xml parsing.
author: John McNally author: Henning P. |