|
Apigen | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.uci.isr.apigen.PrefixMap
| Field Summary | |
protected Hashtable |
map
|
| Constructor Summary | |
PrefixMap()
|
|
PrefixMap(PrefixMap baseMap)
|
|
PrefixMap(String[] prefixes,
String[] uris)
|
|
PrefixMap(String prefix,
String uri)
|
|
| Method Summary | |
void |
addPrefix(String prefix,
String uri)
|
String |
getValue(String prefix)
|
boolean |
hasPrefix(String prefix)
|
Enumeration |
prefixes()
|
void |
remove(String prefix)
|
String |
toString()
|
Enumeration |
URIs()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected Hashtable map
| Constructor Detail |
public PrefixMap()
public PrefixMap(PrefixMap baseMap)
public PrefixMap(String prefix,
String uri)
public PrefixMap(String[] prefixes,
String[] uris)
| Method Detail |
public void addPrefix(String prefix,
String uri)
public boolean hasPrefix(String prefix)
public Enumeration prefixes()
public Enumeration URIs()
public String getValue(String prefix)
public void remove(String prefix)
public String toString()
|
Apigen | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||