|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface SchemaLibrary
Entry point for accessing project schema resources
| Method Summary | |
|---|---|
XsdSchema |
getSchema(String namespace)
Return the XsdSchema identified by the given namespace, if it exists and is resolvable. |
List<SchemaEntry> |
getSchemaEntries()
Return the schema entries that have been added to the project settings for validation purposes |
List<String> |
getSchemaLocations()
Return the locations associated with the schema entries |
void |
refreshAllSchemas()
Refresh all schemas within the library. |
void |
refreshSchema(String namespace)
Refresh the schema with the given namespace, if it exists and is resolvable. |
void |
setSchemaLocations(List<String> schemaLocations)
Set the schema locations |
| Method Detail |
|---|
List<SchemaEntry> getSchemaEntries()
List<String> getSchemaLocations()
void setSchemaLocations(List<String> schemaLocations)
XsdSchema getSchema(String namespace)
void refreshSchema(String namespace)
void refreshAllSchemas()
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||