Uses of Class
org.opencastproject.util.XmlNamespaceContext
Packages that use XmlNamespaceContext
Package
Description
Utility classes for dealing with media packages, collections, URLs, files, and streams.
-
Uses of XmlNamespaceContext in org.opencastproject.index.service.catalog.adapter
Methods in org.opencastproject.index.service.catalog.adapter that return XmlNamespaceContextModifier and TypeMethodDescriptionCatalogUIAdapterConfiguration.getXmlNamespaceContext()Returns the XML namespace context that could be built out of the configuration. -
Uses of XmlNamespaceContext in org.opencastproject.mediapackage
Fields in org.opencastproject.mediapackage declared as XmlNamespaceContextModifier and TypeFieldDescriptionprotected XmlNamespaceContextXMLCatalogImpl.bindingsNamespace - prefix bindingsMethods in org.opencastproject.mediapackage that return XmlNamespaceContext -
Uses of XmlNamespaceContext in org.opencastproject.metadata.dublincore
Methods in org.opencastproject.metadata.dublincore with parameters of type XmlNamespaceContext -
Uses of XmlNamespaceContext in org.opencastproject.util
Methods in org.opencastproject.util that return XmlNamespaceContextModifier and TypeMethodDescriptionXmlNamespaceContext.add(XmlNamespaceBinding... bindings) Create a new context with the given bindings added.XmlNamespaceContext.add(XmlNamespaceContext binding) Create a new context with the given bindings added.static XmlNamespaceContextstatic XmlNamespaceContextXmlNamespaceContext.mk(List<XmlNamespaceBinding> bindings) static XmlNamespaceContextstatic XmlNamespaceContextXmlNamespaceContext.mk(XmlNamespaceBinding... bindings) Methods in org.opencastproject.util with parameters of type XmlNamespaceContextModifier and TypeMethodDescriptionXmlNamespaceContext.add(XmlNamespaceContext binding) Create a new context with the given bindings added.