public interface XMLMetadata
Modifier and Type | Method and Description |
---|---|
Schema |
getSchema(int index)
Returns the Schema at the specified position in the EdM metadata document.
|
Schema |
getSchema(String key)
Returns the Schema with the specified key (namespace or alias) in the EdM metadata document.
|
Map<String,Schema> |
getSchemaByNsOrAlias() |
List<? extends Schema> |
getSchemas()
Returns all Schema objects defined in the EdM metadata document.
|
Schema getSchema(int index)
index
- index of the Schema to returnSchema getSchema(String key)
key
- namespace or aliasList<? extends Schema> getSchemas()
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.