DOC

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 Javadoc & API Documentation - Latest Versions:

All Versions

Download nekohtml : nekodtd Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.1.x

How to open Javadoc JAR file in web browser

  1. Rename the file nekodtd-0.1.11-javadoc.jar to nekodtd-0.1.11-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder nekodtd-0.1.11-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "nekodtd-0.1.11-sources.jar" -d "nekodtd-0.1.11-javadoc" -subpackages 

Advertisement