edu.uci.isr.apigen
Class SchemaLocationMap
java.lang.Object
edu.uci.isr.apigen.SchemaLocationMap
- All Implemented Interfaces:
- Serializable
- public class SchemaLocationMap
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
locationMap
protected Hashtable locationMap
locationsAreCanonical
protected boolean locationsAreCanonical
SchemaLocationMap
public SchemaLocationMap()
addLocation
public void addLocation(String schemaURI,
URL location)
addLocation
public void addLocation(String schemaURI,
File location)
hasLocation
public boolean hasLocation(String schemaURI)
keys
public Enumeration keys()
getValue
public Object getValue(String schemaURI)
openLocation
public Reader openLocation(String schemaURI)
remove
public void remove(String token)
locationsAreCanonical
public boolean locationsAreCanonical()
setLocationsAreCanonical
public void setLocationsAreCanonical(boolean locationsAreCanonical)