nekopull

NekoPull is an XML document parsing API that extends the Xerces Native Interface (XNI) to provide pull parsing functionality. The pull parsing paradigm is different from tree-based APIs like the Document Object Model (DOM) and event stream APIs like the Simple API for XML (SAX) in that the application controls the parsing of documents. NekoPull is similar to lex in that the application requests, or pulls, the document information one piece at a time instead of having document information pushed to the application.

Лицензия

Лицензия

Группа

Группа

org.cyberneko.pull
Идентификатор

Идентификатор

nekopull
Последняя версия

Последняя версия

0.2.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

nekopull
NekoPull is an XML document parsing API that extends the Xerces Native Interface (XNI) to provide pull parsing functionality. The pull parsing paradigm is different from tree-based APIs like the Document Object Model (DOM) and event stream APIs like the Simple API for XML (SAX) in that the application controls the parsing of documents. NekoPull is similar to lex in that the application requests, or pulls, the document information one piece at a time instead of having document information pushed to the application.
Ссылка на сайт

Ссылка на сайт

http://people.apache.org/~andyc/neko/doc/pull/index.html

Скачать nekopull

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.cyberneko.pull/nekopull/ -->
<dependency>
    <groupId>org.cyberneko.pull</groupId>
    <artifactId>nekopull</artifactId>
    <version>0.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.cyberneko.pull/nekopull/
implementation 'org.cyberneko.pull:nekopull:0.2.4'
// https://jarcasting.com/artifacts/org.cyberneko.pull/nekopull/
implementation ("org.cyberneko.pull:nekopull:0.2.4")
'org.cyberneko.pull:nekopull:jar:0.2.4'
<dependency org="org.cyberneko.pull" name="nekopull" rev="0.2.4">
  <artifact name="nekopull" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cyberneko.pull', module='nekopull', version='0.2.4')
)
libraryDependencies += "org.cyberneko.pull" % "nekopull" % "0.2.4"
[org.cyberneko.pull/nekopull "0.2.4"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
0.2.4