> Isn't that a bug ?
> 
> public EntityRef setName(String newPublicID) {
>     this.name = name;
>     return this;
> }
good catch, looks like a cut and paste error on my part.  setName isn't used
in any of the core jdom classes but this could mess somebody up for a few
hours I'm thinking!