XML Binary Infoset

XBIS is an encoding format for XML documents that is fully convertible to and from text, with information set equivalence between the original document text and regenerated document text. It's intended for use in transmitting XML documents between application components, and is therefore designed for processing speed. The current Java language implementation offers several times the performance of SAX2 parsers working from text documents across a wide range of document types and sizes, and across JVMs tested, while also providing a substantial reduction in document size for most types of XML documents.

Лицензия

Лицензия

BSD
Категории

Категории

Сеть
Группа

Группа

net.sourceforge.xbis
Идентификатор

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

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

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

0.9.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

XML Binary Infoset
XBIS is an encoding format for XML documents that is fully convertible to and from text, with information set equivalence between the original document text and regenerated document text. It's intended for use in transmitting XML documents between application components, and is therefore designed for processing speed. The current Java language implementation offers several times the performance of SAX2 parsers working from text documents across a wide range of document types and sizes, and across JVMs tested, while also providing a substantial reduction in document size for most types of XML documents.
Ссылка на сайт

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

http://xbis.sourceforge.net/
Организация-разработчик

Организация-разработчик

Sosnoski Software Solutions, Inc.
Система контроля версий

Система контроля версий

http://xbis.cvs.sourceforge.net/viewvc/xbis/xbis/

Скачать xbis

Имя Файла Размер
xbis-0.9.5.pom
xbis-0.9.5.jar 106 KB
xbis-0.9.5-sources.jar 182 KB
xbis-0.9.5-javadoc.jar 505 KB
Обзор

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
jdom : jdom jar 1.0
xerces : xercesImpl jar 2.9.1

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

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

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

Версия
0.9.5