Apigen

edu.uci.isr.apigen
Class SchemaMap

java.lang.Object
  extended byedu.uci.isr.apigen.SchemaMap

public class SchemaMap
extends Object


Field Summary
protected  Hashtable map
           
 
Constructor Summary
SchemaMap()
           
 
Method Summary
 void addSchema(String uri, XsdSchema schema)
           
 XsdSchema getSchema(String uri)
           
 boolean hasSchema(String uri)
           
 void remove(String uri)
           
 Enumeration schemas()
           
 Enumeration URIs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

map

protected Hashtable map
Constructor Detail

SchemaMap

public SchemaMap()
Method Detail

addSchema

public void addSchema(String uri,
                      XsdSchema schema)

hasSchema

public boolean hasSchema(String uri)

URIs

public Enumeration URIs()

schemas

public Enumeration schemas()

getSchema

public XsdSchema getSchema(String uri)

remove

public void remove(String uri)

Apigen