public interface IFormatterParticipant
Modifier and Type | Method and Description |
---|---|
default boolean |
formatAttributeValue(String name,
String valueWithoutQuote,
Character quote,
DOMAttr attr,
XMLBuilder xml)
Format the given attribute value.
|
default boolean formatAttributeValue(String name, String valueWithoutQuote, Character quote, DOMAttr attr, XMLBuilder xml)
The formatter must take care of to generate attribute value with quote.
name
- the attribute name.valueWithoutQuote
- the attribute value without quote.quote
- the quote and null otherwise.attr
- the DOM attribute and null otherwise.xml
- the XML builder.Copyright © 2022. All rights reserved.