Skip to Content.
Sympa Menu

xom-interest - [XOM-interest] XOM 1.3.0

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Elliotte Rusty Harold <elharo AT ibiblio.org>
  • To: XOM interest <xom-interest AT lists.ibiblio.org>
  • Subject: [XOM-interest] XOM 1.3.0
  • Date: Mon, 31 Dec 2018 16:31:33 -0500

I've posted XOM 1.3.0 in the usual location:

https://xom.nu/

The Nodes and Elements classes are iterable so you can use the
enhanced for loop syntax on instances of these classes.

The copy() method is now covariant.

It should be backwards compatible with earlier versions. Java 1.6 or
later is required.

I considered other places I wanted to use Iterable (e.g. on the
children of Node) but haven't made up my mind yet, so I thought I'd
push out at least this much.

--
Elliotte Rusty Harold
elharo AT ibiblio.org




Archive powered by MHonArc 2.6.24.

Top of Page