Apigen

edu.uci.isr.apigen
Class SchemaLocationMap

java.lang.Object
  extended byedu.uci.isr.apigen.SchemaLocationMap
All Implemented Interfaces:
Serializable

public class SchemaLocationMap
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  Hashtable locationMap
           
protected  boolean locationsAreCanonical
           
 
Constructor Summary
SchemaLocationMap()
           
 
Method Summary
 void addLocation(String schemaURI, File location)
           
 void addLocation(String schemaURI, URL location)
           
 Object getValue(String schemaURI)
           
 boolean hasLocation(String schemaURI)
           
 Enumeration keys()
           
 boolean locationsAreCanonical()
           
 Reader openLocation(String schemaURI)
           
 void remove(String token)
           
 void setLocationsAreCanonical(boolean locationsAreCanonical)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

locationMap

protected Hashtable locationMap

locationsAreCanonical

protected boolean locationsAreCanonical
Constructor Detail

SchemaLocationMap

public SchemaLocationMap()
Method Detail

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)

Apigen