xmlbeans 4.0.0-2 source package in Ubuntu

Changelog

xmlbeans (4.0.0-2) unstable; urgency=medium

  * Team upload.
  * Remove dangling symlink to xmlbeans_xpath.jar (Closes: #1012448)

 -- tony mancill <email address hidden>  Wed, 29 Jun 2022 21:36:02 -0700

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe libs
Noble release universe libs
Mantic release universe libs
Lunar release universe libs

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
xmlbeans_4.0.0-2.dsc 2.1 KiB 61cd804172fbf416c849f2b8c46a04143378ec8549d9a88ffbe80975ee9fb404
xmlbeans_4.0.0.orig.tar.xz 2.1 MiB 61d381047823dcb7358820ce7c1d5ad2b0c6b72a3390b4bef057399f07343b9c
xmlbeans_4.0.0-2.debian.tar.xz 7.0 KiB 22fdf4eb3a7f82dab5cf6f0a6725f4c85b2be27b2c44ebb01cfc2aeec01c285b

Available diffs

No changes file available.

Binary packages built by this source

libxmlbeans-java: No summary available for libxmlbeans-java in ubuntu kinetic.

No description available for libxmlbeans-java in ubuntu kinetic.

xmlbeans: Java library for accessing XML by binding it to Java types - tools

 XMLBeans is a technology for accessing XML by binding it to Java types.
 .
 XMLBeans provides several ways to get at the XML, including:
  * Through XML schema that has been compiled to generate Java types that
    represent schema types. In this way, you can access instances of the
    schema through JavaBeans-style accessors after the fashion of "getFoo"
    and "setFoo". The XMLBeans API also allows you to reflect into the XML
    schema itself through an XML Schema Object model.
  * A cursor model through which you can traverse the full XML infoset.
  * Support for XML DOM.
 .
 This package provide some command-line tools:
  * dumpxsb: XSB File Dumper
  * inst2xsd: Instance to Schema Tool
  * scomp: Schema Compiler
  * sdownload: Schema Downloader
  * sfactor: Schema Factoring Tool
  * svalidate: Streaming Instance Validator
  * xsdvalidate: Instance Validator
  * xpretty: XML Pretty Printer
  * xsd2inst: Schema to Instance Tool
  * xsdtree: Schema Type Hierarchy Printer
  * xstc: Invoke XSTC