Damn Simple XML

This library leverage method chaining. It is not compliant with the Java XML Standard API. It contains a serializer compatible with Microsoft XmlSerializer input/output XML format. It contains another serializer that is compatible with the DataContractSerializer from Microsoft. Along with the basic soap package provided, it becomes easy to do raw SOAP calls to any SOAP Web service. The XmlDocument class also offer XPath like methods to fetch information from the underlying XML tree.

Лицензия

Лицензия

Категории

Категории

ORM Данные
Группа

Группа

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

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

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

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

0.10.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Damn Simple XML
This library leverage method chaining. It is not compliant with the Java XML Standard API. It contains a serializer compatible with Microsoft XmlSerializer input/output XML format. It contains another serializer that is compatible with the DataContractSerializer from Microsoft. Along with the basic soap package provided, it becomes easy to do raw SOAP calls to any SOAP Web service. The XmlDocument class also offer XPath like methods to fetch information from the underlying XML tree.
Ссылка на сайт

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

http://formix.github.io/dsx/
Система контроля версий

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

https://github.com/formix/dsx.git

Скачать dsx

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
commons-codec : commons-codec jar 1.6
commons-lang : commons-lang jar 2.6

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.6

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

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

dsx (Damn Simple Xml for Java)

This library leverage method chaining. It is not compliant with the Java XML Standard API. It contains a serializer compatible with Microsoft XmlSerializer input/output XML format. It contains another Microsoft compatible serializer that behave like the DataContractSerializer class. Along with the basic soap package provided, it becomes easy to do raw SOAP calls to any SOAP Web service. The XmlDocument class also offer XPath like methods to fetch information from the underlying XML tree.

Consult the complete api documentation here.

Installation

Maven dependency:

<dependencies>
	<dependency>
		<groupId>org.formix</groupId>
		<artifactId>dsx</artifactId>
		<version>0.10.0</version>
	</dependency>
	[...]
</dependencies>

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

Версия
0.10.0