Interface NameMap<V>

Type Parameters:
V - the type for the values stored in the map
All Superinterfaces:
Map<QName,V>
All Known Subinterfaces:
DocumentMetadataHandle.DocumentProperties, RuleDefinition.RuleMetadata

public interface NameMap<V>extends Map<QName,V>
A NameMap defines the interface for maps where the key is a QName (a name qualified by a URI for global uniqueness or for association with a domain).