Package simple.xml.util

Class Summary
Dictionary<E extends Entry> The Dictionary object represents a mapped set of entry objects that can be serialized and deserialized.
Entry The Entry object represents entries to the dictionary object.
Match This object is stored within a Resolver so that it can be retrieved using a string that matches its pattern.
Resolver<M extends Match> This is used to store Match objects, which can then be retrieved using a string by comparing that string to the pattern of the Match objects.