Uses of Interface
org.iirds.dita.ot.plugin.spi.IirdsMetadataHandler
Packages that use IirdsMetadataHandler
Package
Description
Implementations of metadata and IRI handlers
Java service provider interfaces
-
Uses of IirdsMetadataHandler in org.iirds.dita.ot.plugin
Classes in org.iirds.dita.ot.plugin that implement IirdsMetadataHandlerMethods in org.iirds.dita.ot.plugin that return IirdsMetadataHandlerMethods in org.iirds.dita.ot.plugin that return types with arguments of type IirdsMetadataHandlerMethods in org.iirds.dita.ot.plugin with parameters of type IirdsMetadataHandlerModifier and TypeMethodDescriptionvoidCompositeMetadataHandler.addMetadataHandler(IirdsMetadataHandler handler) Add an metadata handlerMethod parameters in org.iirds.dita.ot.plugin with type arguments of type IirdsMetadataHandlerModifier and TypeMethodDescriptionvoidCompositeMetadataHandler.addMetadataHandlers(Collection<IirdsMetadataHandler> handlers) Adds metadata handlersConstructors in org.iirds.dita.ot.plugin with parameters of type IirdsMetadataHandlerModifierConstructorDescriptionCompositeMetadataHandler(String name, IirdsMetadataHandler... handlers) Create a composite metadata handler and provide the handlers -
Uses of IirdsMetadataHandler in org.iirds.dita.ot.plugin.contrib
Classes in org.iirds.dita.ot.plugin.contrib that implement IirdsMetadataHandlerModifier and TypeClassDescriptionclassMetadata extractor for<audience>element in DITA.classExtracts roles from theaudienceattribute on the root element of topics and and the root map.classMetadata handler that extracts iiRDS components from<component>elements of maps and topics.classMetadata handler that extracts iiRDS rights from<copyright>elements of maps and topics.classMetadata handler that extracts iiRDS metadata from<critdates>elements of maps and topics.classMetadata handler that extract iiRDS product variants from<prodname>elements of maps and topics.classExtracts products from theproductattribute on the root element of topics and and the root map.classMetadata handler that gets the first<shortdesc>element and creates an iiRDShas-abstractproperties from it.classMetadata handler code implementation that extracts metadata fromdataelements in theprologortopicmetaarea.Methods in org.iirds.dita.ot.plugin.contrib that return types with arguments of type IirdsMetadataHandler -
Uses of IirdsMetadataHandler in org.iirds.dita.ot.plugin.spi
Methods in org.iirds.dita.ot.plugin.spi that return types with arguments of type IirdsMetadataHandlerModifier and TypeMethodDescriptionIirdsMetadataHandlerProvider.create()Get the instances of the provided iiRDS metadata handlers