Class MappingSet

  • All Implemented Interfaces:
    Mapper

    public class MappingSet
    extends Object
    implements Mapper
    a mappingset is a set of mappings
    • Constructor Detail

      • MappingSet

        public MappingSet()
    • Method Detail

      • addMapping

        public void addMapping​(NamespaceMapping mapping)
        add a new mapping
        Parameters:
        mapping -
      • addMappingSet

        public void addMappingSet​(MappingSet mappingset)
        add a mappingset inside this one
        Parameters:
        mappingset -
      • execute

        public void execute​(HashMap map,
                            boolean packageIsKey)
        execute by mapping everything iteratively and recursively
        Specified by:
        execute in interface Mapper
        Parameters:
        map - map to map into
        packageIsKey - if the package is to be the key for the map