public interface StorageMacroBodyParser
Modifier and Type | Method and Description |
---|---|
MacroBody |
getMacroBody(String macroName,
XMLEventReader bodyReader,
ConversionContext context,
FragmentTransformer transformer)
Extract the MacroBody from the current position in the XMLEventReader.
|
MacroBody getMacroBody(String macroName, XMLEventReader bodyReader, ConversionContext context, FragmentTransformer transformer) throws XMLStreamException, XhtmlException
If not null, the transformer will be used to transform the XML Events in to another format.
macroName
- the name of the macro being parsedbodyReader
- the xml event reader at the position of the macro being parsedcontext
- the conversion contexttransformer
- the transformer that will be used to transform the xml events, may be nullXMLStreamException
XhtmlException
Copyright © 2003–2019 Atlassian. All rights reserved.