jar

nekohtml : nekodtd

Maven & Gradle

Jul 03, 2006
4 usages

NekoDTD is a configuration that parses Document Type Definition (DTD) files and converts the information into an XML document. This representation can then be processed using standard XML processors and applications to perform grammar analysis, convert the DTD into other grammar formats, etc. For example, using an XSLT stylesheet, the XML representation of the DTD can be converted to an equivalent XML Schema or Relax NG grammar. The NekoDTD parser configuration is written using the Xerces Native Interface (XNI) that is the foundation of the Xerces2 implementation. This enables you to use NekoDTD with existing XNI tools without modification or rewriting code.

Table Of Contents

Latest Version

Download nekohtml : nekodtd JAR file - Latest Versions:

All Versions

Download nekohtml : nekodtd JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window nekodtd-0.1.11.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.cyberneko.dtd

├─ org.cyberneko.dtd.DTDConfiguration.class - [JAR]

├─ org.cyberneko.dtd.ObjectFactory.class - [JAR]

├─ org.cyberneko.dtd.SecuritySupport.class - [JAR]

├─ org.cyberneko.dtd.SecuritySupport12.class - [JAR]

org.cyberneko.dtd.ant

├─ org.cyberneko.dtd.ant.DTD2XML.class - [JAR]

org.cyberneko.dtd.parsers

├─ org.cyberneko.dtd.parsers.DOMParser.class - [JAR]

├─ org.cyberneko.dtd.parsers.SAXParser.class - [JAR]

Advertisement