|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ValidationSchemaExtensionPoint
An extension point for XML schemas used for validation.
| Method Summary | |
|---|---|
void |
addSchema(java.lang.String uri)
Add a schema. |
java.util.List<java.lang.String> |
getSchemas()
Returns the list of schemas registered in the extension point. |
void |
removeSchema(java.lang.String uri)
Remove a schema. |
| Method Detail |
|---|
void addSchema(java.lang.String uri)
uri - the URI of the schemavoid removeSchema(java.lang.String uri)
uri - the URI of the schemajava.util.List<java.lang.String> getSchemas()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||