| Modifier and Type | Method and Description |
|---|---|
void |
DefaultXhtmlContent.handleMacroDefinitions(String storageFragment,
ConversionContext context,
MacroDefinitionHandler handler) |
void |
DefaultXhtmlContent.handleMacroDefinitions(String storageFragment,
ConversionContext context,
MacroDefinitionHandler handler,
MacroDefinitionMarshallingStrategy strategy) |
| Modifier and Type | Method and Description |
|---|---|
Transformer |
ContentTransformerFactory.getTransformer(MacroDefinitionHandler macroDefinitionHandler)
Deprecated.
Use
ContentTransformerFactory.getTransformer(MacroDefinitionHandler, MacroDefinitionMarshallingStrategy) instead. Since v5.0. |
Transformer |
DefaultContentTransformerFactory.getTransformer(MacroDefinitionHandler macroDefinitionHandler) |
Transformer |
ContentTransformerFactory.getTransformer(MacroDefinitionHandler handler,
MacroDefinitionMarshallingStrategy strategy)
Returns a Transformer.
|
Transformer |
DefaultContentTransformerFactory.getTransformer(MacroDefinitionHandler handler,
MacroDefinitionMarshallingStrategy strategy) |
void |
MacroDefinitionTransformer.handleMacroDefinitions(String storageFragment,
ConversionContext context,
MacroDefinitionHandler handler)
Perform an operation on
MacroDefinitions in the supplied storageFragment without making changes
to the storage representation. |
void |
MacroDefinitionTransformer.handleMacroDefinitions(String storageFragment,
ConversionContext context,
MacroDefinitionHandler handler,
MacroDefinitionMarshallingStrategy strategy)
Perform an operation on
MacroDefinitions in the supplied storageFragment, with optional changes
to the storage representation defined by the MacroDefinitionMarshallingStrategy. |
| Modifier and Type | Method and Description |
|---|---|
void |
MacroDefinitionTransformerImpl.handleMacroDefinitions(String storageFragment,
ConversionContext context,
MacroDefinitionHandler handler) |
void |
MacroDefinitionTransformerImpl.handleMacroDefinitions(String storageFragment,
ConversionContext context,
MacroDefinitionHandler handler,
MacroDefinitionMarshallingStrategy strategy) |
| Modifier and Type | Method and Description |
|---|---|
void |
XhtmlContent.handleMacroDefinitions(String storageFragment,
ConversionContext context,
MacroDefinitionHandler handler)
Perform an operation on
MacroDefinitions in the supplied storageFragment without making changes
to the storage representation. |
void |
XhtmlContent.handleMacroDefinitions(String storageFragment,
ConversionContext context,
MacroDefinitionHandler handler,
MacroDefinitionMarshallingStrategy strategy)
Perform an operation on
MacroDefinitions in the supplied storageFragment, with optional changes
to the storage representation defined by the MacroDefinitionMarshallingStrategy. |
Copyright © 2003–2022 Atlassian. All rights reserved.