.onedev-buildspec.yml | Loading last commit info... | |
.github | ||
debian | ||
libs | ||
src | ||
.gitignore | ||
COPYING | ||
License.html | ||
README.md | ||
ant-definitions.xml | ||
build.properties | ||
build.xml | ||
manifest.temp | ||
package.html | ||
pom.xml | ||
prj.el |
(project currently available under our own, self-hosted 1dev: https://forge.tigase.net/projects/25/)
What it is
Tigase XML Tools are used for fast and low resource XML parsing in Tigase XMPP Server
Features
- Marshalling and unmarshalling of XML
- Creating and modifying Element objects
- Handling of DOM
Support
When looking for support, please first search for answers to your question in the available online channels:
- Our online documentation: Tigase Docs
- Our online forums: Tigase Forums
- Our online Knowledge Base Tigase KB
If you didn't find an answer in the resources above, feel free to open a support ticket.
Downloads
Binaries can be downloaded from our Maven repository
You can easily add it to your project by including it as dependency:
<dependency>
<groupId>tigase</groupId>
<artifactId>tigase-xmltools</artifactId>
<version>4.0.0</version>
</dependency>
Using software
Please refer to javadoc
Compilation
It's a Maven project therefore after cloning the repository you can easily build it with:
mvn -Pdist clean install
License
Official Tigase repository is available at: https://github.com/tigase/tigase-xmltools/.
Copyright (c) 2004 Tigase, Inc.
Licensed under AGPL License Version 3. Other licensing options available upon request.