|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.ws.policy.util.SchemaRegistry
SchemaRegistry holds schemas associated with URIs.
| Constructor Summary | |
SchemaRegistry()
|
|
| Method Summary | |
org.w3c.dom.Element |
lookup(java.lang.String uri)
Returns the schema element associated with uri String |
void |
register(java.lang.String uri,
org.w3c.dom.Element schemaElement)
Registers a schema element with a uri. |
void |
unregister(java.lang.String uri)
Unregisters the schema element associated with the specified uri. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SchemaRegistry()
| Method Detail |
public org.w3c.dom.Element lookup(java.lang.String uri)
uri - the URI which uniquely identify the schema element
public void register(java.lang.String uri,
org.w3c.dom.Element schemaElement)
uri - the key for the elementschemaElement - the schema element to associate with the uripublic void unregister(java.lang.String uri)
uri - the uri of the schema element
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||