Defines the API of an XML dictionary. More...
Public Member Functions | |
Long | stringToTag (String tag) |
String | tagToString (long tagVal) |
Defines the API of an XML dictionary.
We use an interface because Java can only extend one base class. If we want the dictionary provider to be a network object, we need to do this as an interface not an abstract base class.