dtdparser121.
DTD parser for Java.
Here is the list of declaration for dtdparser121. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>wutka-dtdparser</groupId> <artifactId>dtdparser121</artifactId> <version>1.2.1</version> </dependency>
If you think this Maven repository POM file listing for dtdparser121 is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:lgpl
URL: http://www.gnu.org/licenses/lgpl.txt.
The following packages are defined in the dtdparser121-1.2.1.jar
com.wutka.dtd
Here is the content of the POM file.
<?xml version="1.0" encoding="ISO-8859-1"?> <project> <modelVersion>4.0.0</modelVersion> <groupId>wutka-dtdparser</groupId> <artifactId>dtdparser121</artifactId> <name>dtdparser121</name> <version>1.2.1</version> <url>http://www.wutka.com/dtdparser.html</url> <description>DTD parser for Java</description> <licenses> <license> <name>lgpl</name> <url>http://www.gnu.org/licenses/lgpl.txt</url> </license> </licenses> </project>