-
Does anyone know where to find a concrete implementation of javax.xml.stream? Its XMLResolver interface is very odd: it combines the system and public identifiers of an external identifier with a base URI and a namespace. How is namespace used?
-
AFAICT, there is no concrete implementation of it in the openjdk-8-source and only a single call to its resolveEntity() method (in StaxEntityResolverWrapper) wherein the namespace argument is explicitly null. ¯\_(ツ)_/¯