Annotation Interface AquimaDocumentXmlContainerRenderer
Annotation for classes that render document XML for specific container types
This annotation can be used on
IXmlContainerRenderer classes in
order to register a custom container renderer to be used in document XML generation.- Since:
- 18.5
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionString[]Returns the container type names that the renderer supports
-
Element Details
-
containerTypes
String[] containerTypesReturns the container type names that the renderer supports- Returns:
- the container type names
-