| Package | Description |
|---|---|
| org.opencastproject.mediapackage |
| Modifier and Type | Field and Description |
|---|---|
protected Map<EName,List<XMLCatalogImpl.CatalogEntry>> |
XMLCatalogImpl.data
Key (QName) value meta data
|
| Modifier and Type | Method and Description |
|---|---|
protected XMLCatalogImpl.CatalogEntry |
XMLCatalogImpl.getFirstLocalizedValue(EName element,
String language)
Returns the first value that is associated with the specified name and language.
|
protected XMLCatalogImpl.CatalogEntry |
XMLCatalogImpl.getFirstTypedValue(EName element,
String type)
Returns the first value that is associated with the specified name and language.
|
protected XMLCatalogImpl.CatalogEntry |
XMLCatalogImpl.getFirstValue(EName element)
Returns the first value that is associated with the specified name.
|
protected XMLCatalogImpl.CatalogEntry |
XMLCatalogImpl.getFirstValue(EName element,
EName attributeEName,
String attributeValue)
Returns the first element that is associated with the specified name and attribute.
|
protected XMLCatalogImpl.CatalogEntry[] |
XMLCatalogImpl.getValues(EName element)
Returns the values that are associated with the specified key.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<XMLCatalogImpl.CatalogEntry> |
XMLCatalogImpl.getEntriesSorted() |
protected List<XMLCatalogImpl.CatalogEntry> |
XMLCatalogImpl.getLocalizedValuesAsList(EName element,
String language)
Returns the values that are associated with the specified key.
|
protected List<XMLCatalogImpl.CatalogEntry> |
XMLCatalogImpl.getValuesAsList(EName element)
Returns the values that are associated with the specified key.
|
| Modifier and Type | Method and Description |
|---|---|
int |
XMLCatalogImpl.CatalogEntry.compareTo(XMLCatalogImpl.CatalogEntry o)
Compare two catalog entries.
|
Copyright © 2009–2021 Opencast Project. All rights reserved.