Package org.jupnp.xml

Klasse NamespaceContextMap

Alle implementierten Schnittstellen:
Serializable, Cloneable, Map<String,String>, NamespaceContext

public abstract class NamespaceContextMap extends HashMap<String,String> implements NamespaceContext
This should have been part of the JDK.

The dumb XPath API needs a map to lookup namespace URIs using prefix keys. Unfortunately, the authors did not know java.util.Map.

Autor:
Christian Bauer
Siehe auch: