@FunctionalInterface public static interface XmlWriter.DoubleFormater
This interface allows customization of how double values are formatted when written to XML, including handling of NaN values.
| Modifier and Type | Method and Description |
|---|---|
String |
format(double value,
String nanString)
Formats a double value for XML output.
|