Package | Description |
---|---|
org.iirds.dita.ot.plugin | |
org.iirds.dita.ot.plugin.contrib |
Implementations of metadata and IRI handlers
|
org.iirds.dita.ot.plugin.spi |
Java service provider interfaces
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeMetadataHandler
A composite metadata handler.
|
Modifier and Type | Method and Description |
---|---|
IirdsMetadataHandler |
Configuration.getIirdsMetadataHandler() |
Modifier and Type | Method and Description |
---|---|
List<IirdsMetadataHandler> |
CompositeMetadataHandler.getMetadataHandlers() |
Modifier and Type | Method and Description |
---|---|
void |
CompositeMetadataHandler.addMetadataHandler(IirdsMetadataHandler handler)
Add an metadata handler
|
Modifier and Type | Method and Description |
---|---|
void |
CompositeMetadataHandler.addMetadataHandlers(Collection<IirdsMetadataHandler> handlers)
Adds metadata handlers
|
Constructor and Description |
---|
CompositeMetadataHandler(String name,
IirdsMetadataHandler... handlers)
Create a composite metadata handler and provide the handlers
|
Modifier and Type | Class and Description |
---|---|
class |
AudienceMetadataHandler
Metadata extractor for
<audience> element in DITA. |
class |
AudiencePropertyHandler
Extracts roles from the
audience attribute on the root element of
topics and and the root map. |
class |
ComponentMetadataHandler
Metadata handler that extracts iiRDS components from
<component>
elements of maps and topics. |
class |
CopyrightMetadataHandler
Metadata handler that extracts iiRDS rights from
<copyright> elements
of maps and topics. |
class |
CritdatesMetadataHandler
Metadata handler that extracts iiRDS metadata from
<critdates> elements
of maps and topics. |
class |
ProdnameMetadataHandler
Metadata handler that extract iiRDS product variants from
<prodname>
elements of maps and topics. |
class |
ProductPropertyHandler
Extracts products from the
product attribute on the root element of
topics and and the root map. |
class |
ShortdescMetadataHandler
Metadata handler that gets the first
<shortdesc> element and creates
an iiRDS has-abstract properties from it. |
Modifier and Type | Method and Description |
---|---|
List<IirdsMetadataHandler> |
DefaultMetadataHandlerProvider.create() |
Modifier and Type | Method and Description |
---|---|
List<IirdsMetadataHandler> |
IirdsMetadataHandlerProvider.create()
Get the instances of the provided iiRDS metadata handlers
|
Copyright © 2024. All rights reserved.