Uses of Class
org.opencastproject.mediapackage.EName
Packages that use EName
-
Uses of EName in org.opencastproject.mediapackage
Fields in org.opencastproject.mediapackage declared as ENameModifier and TypeFieldDescriptionstatic final ENameXMLCatalogImpl.XML_LANG_ATTRExpanded name of the XML language attributexml:lang.static final ENameXMLCatalogImpl.XSI_TYPE_ATTRExpanded name of the XSI type attribute.Fields in org.opencastproject.mediapackage with type parameters of type ENameModifier and TypeFieldDescriptionprotected final Map<EName, List<XMLCatalogImpl.CatalogEntry>> XMLCatalogImpl.dataKey (QName) value meta dataMethods in org.opencastproject.mediapackage that return ENameModifier and TypeMethodDescriptionstatic ENameEName.fromString(String strEName) Parse a W3C compliant string representation{namespaceURI}localname.static ENameEName.fromString(String strEName, String defaultNameSpace) Parse a W3C compliant string representation{namespaceURI}localname.XMLCatalogImpl.CatalogEntry.getEName()Returns the expanded name of the entry.static ENameCreate a new expanded name which does not belong to a namespace.static ENameprotected ENameTransform a qualified name to an expanded name, based on the registered binding.protected ENameTransform an qualified name consisting of prefix and local part to an expanded name, based on the registered binding.Methods in org.opencastproject.mediapackage that return types with arguments of type ENameModifier and TypeMethodDescriptionXMLCatalogImpl.CatalogEntry.getAttributes()Returns the element's attributes.Methods in org.opencastproject.mediapackage with parameters of type ENameModifier and TypeMethodDescriptionprotected voidXMLCatalogImpl.addElement(EName element, String value) Adds the element to the metadata collection.protected voidXMLCatalogImpl.addElement(EName element, String value, Attributes attributes) Adds an element with attributes to the catalog.protected voidXMLCatalogImpl.addLocalizedElement(EName element, String value, String language) Adds the element with thexml:langattribute to the metadata collection.protected voidXMLCatalogImpl.addTypedElement(EName element, String value, EName type) Adds the element with thexsi:typeattribute to the metadata collection.protected voidXMLCatalogImpl.addTypedLocalizedElement(EName element, String value, String language, EName type) Adds an element with thexml:langandxsi:typeattributes to the metadata collection.intXMLCatalogImpl.CatalogEntry.getAttribute(EName name) Returns the attribute value for the given attribute.protected XMLCatalogImpl.CatalogEntryXMLCatalogImpl.getFirstLocalizedValue(EName element, String language) Returns the first value that is associated with the specified name and language.protected XMLCatalogImpl.CatalogEntryXMLCatalogImpl.getFirstTypedValue(EName element, String type) Returns the first value that is associated with the specified name and language.protected XMLCatalogImpl.CatalogEntryXMLCatalogImpl.getFirstValue(EName element) Returns the first value that is associated with the specified name.protected XMLCatalogImpl.CatalogEntryXMLCatalogImpl.getFirstValue(EName element, EName attributeEName, String attributeValue) Returns the first element that is associated with the specified name and attribute.protected List<XMLCatalogImpl.CatalogEntry> XMLCatalogImpl.getLocalizedValuesAsList(EName element, String language) Returns the values that are associated with the specified key.protected XMLCatalogImpl.CatalogEntry[]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.booleanXMLCatalogImpl.CatalogEntry.hasAttribute(EName name) Returnstrueif the element contains an attribute with the given name.protected voidXMLCatalogImpl.removeElement(EName element) Completely removes an element.protected voidXMLCatalogImpl.removeLocalizedValues(EName element, String language) Removes all entries in a certain language from an element.protected StringTransform an expanded name to a qualified name based on the registered binding.Constructors in org.opencastproject.mediapackage with parameters of type ENameModifierConstructorDescriptionCreates a new catalog element representation with name, value and attributes.Constructor parameters in org.opencastproject.mediapackage with type arguments of type EName