| Лицензия |
Лицензия |
|---|---|
| Группа | Группаnekohtml |
| Идентификатор | Идентификаторnekodtd |
| Последняя версия | Последняя версия0.1.11 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| nekodtd-0.1.11.pom | |
| nekodtd-0.1.11.jar | 26 KB |
| nekodtd-0.1.11-sources.jar | 17 KB |
| nekodtd-0.1.11-javadoc.jar | 126 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/nekohtml/nekodtd/ -->
<dependency>
<groupId>nekohtml</groupId>
<artifactId>nekodtd</artifactId>
<version>0.1.11</version>
</dependency>
// https://jarcasting.com/artifacts/nekohtml/nekodtd/
implementation 'nekohtml:nekodtd:0.1.11'
// https://jarcasting.com/artifacts/nekohtml/nekodtd/
implementation ("nekohtml:nekodtd:0.1.11")
'nekohtml:nekodtd:jar:0.1.11'
<dependency org="nekohtml" name="nekodtd" rev="0.1.11">
<artifact name="nekodtd" type="jar" />
</dependency>
@Grapes(
@Grab(group='nekohtml', module='nekodtd', version='0.1.11')
)
libraryDependencies += "nekohtml" % "nekodtd" % "0.1.11"
[nekohtml/nekodtd "0.1.11"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| xerces : xercesImpl | jar | 2.8.0 |
| xml-apis : xml-apis | jar | 1.0.b2 |
| xerces : xercesSamples Необязательный | jar | 2.8.0 |
| ant : ant Необязательный | jar | 1.6.5 |