Class NamespaceName2String

java.lang.Object
java.util.AbstractMap<NamespaceName,String>
eu.bandm.tools.util.xml.NamespaceName2String
All Implemented Interfaces:
Map<NamespaceName,String>

public class NamespaceName2String extends AbstractMap<NamespaceName,String>
Maintains a map from to String, and reads different file formats. FIXME delegatin to ".map" raus, use simply "extends HashMap<NamespaceName,String>"
  • Field Details

    • map

      public Map<NamespaceName,String> map
      The stored data. Can freely be manipulated from outside without harm, but the methods provided here are more convenient.
  • Constructor Details

    • NamespaceName2String

      public NamespaceName2String()
      Construct an empty map. (This constructor is required by collections framework convention.)
    • NamespaceName2String

      public NamespaceName2String(Map<NamespaceName,String> data)
      Constructs a map with the given data.
  • Method Details