Interface CommonLinkAttributesWriter
- All Known Implementing Classes:
DefaultCommonLinkAttributesWriter
public interface CommonLinkAttributesWriter
Writes attributes common to any
Link
.- Since:
- 5.10
-
Method Summary
Modifier and TypeMethodDescriptionvoid
writeCommonAttributes
(Link link, XMLStreamWriter writer, ConversionContext conversionContext) Writes attributes common to any link
-
Method Details
-
writeCommonAttributes
void writeCommonAttributes(Link link, XMLStreamWriter writer, ConversionContext conversionContext) throws XMLStreamException Writes attributes common to any link- Parameters:
link
- Link object to write the attributes forwriter
- The XmlStreamWriter to write the attributes toconversionContext
- Conversion Context rendering for- Throws:
XMLStreamException
- if it encounters an error writing any of the attributes to the stream
-