|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.limegroup.gnutella.xml.LimeXMLSchemaRepository
Stores and provides access to various XML schemas that me might have. Singleton class
Method Summary | |
java.lang.String[] |
getAvailableSchemaURIs()
Returns the URIs scooresponding to the schemas that we have |
LimeXMLSchema |
getSchema(java.lang.String uri)
Returns the schema corresponding to the given URI |
protected void |
initialize()
Initializes the internal data structures |
static LimeXMLSchemaRepository |
instance()
Returns an instance of this class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
protected void initialize()
public static LimeXMLSchemaRepository instance()
public LimeXMLSchema getSchema(java.lang.String uri)
uri
- The URI which identifies the schema to be returned.
public java.lang.String[] getAvailableSchemaURIs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |