Interface CommonLinkAttributesWriter
-
- All Known Implementing Classes:
DefaultCommonLinkAttributesWriter
public interface CommonLinkAttributesWriterWrites attributes common to anyLink.- Since:
- 5.10
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwriteCommonAttributes(Link link, XMLStreamWriter writer, ConversionContext conversionContext)Writes attributes common to any link
-
-
-
Method Detail
-
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
-
-