org.ccnx.ccn.impl.encoding.XMLDictionary Interface Reference
Defines the API of an XML dictionary.
More...
List of all members.
|
Public Member Functions |
Long | stringToTag (String tag) |
String | tagToString (long tagVal) |
Detailed Description
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.
The documentation for this interface was generated from the following file:
- src/org/ccnx/ccn/impl/encoding/XMLDictionary.java