The java binding to AnyURI is just string - this is was an early compromise as then attributes that use it have lost all idea that it is a URI - not sure how to resolve this immediately though as trying to use java.net.URI is difficult as it is clearly not a Java primitive
probably needs a hand written class to make it look like the auto-generated "primitives"
The java binding to AnyURI is just string - this is was an early compromise as then attributes that use it have lost all idea that it is a URI - not sure how to resolve this immediately though as trying to use java.net.URI is difficult as it is clearly not a Java primitive
probably needs a hand written class to make it look like the auto-generated "primitives"