Interface IIterableNamespaceContext

All Superinterfaces:
NamespaceContext
All Known Implementing Classes:
AbstractNamespaceContext, MapBasedNamespaceContext, SingleElementNamespaceContext

@MustImplementEqualsAndHashcode public interface IIterableNamespaceContext extends NamespaceContext
A special namespace context interface that allows the iteration of the contained mappings.
Author:
Philip Helger
  • Method Details

    • getPrefixToNamespaceURIMap

      @Nonnull @ReturnsMutableCopy com.helger.commons.collection.impl.ICommonsMap<String,String> getPrefixToNamespaceURIMap()
      Get all contained mappings.
      Returns:
      The map with all prefixes mapped to the namespace URIs.