Package nbbrd.io.xml
Interface Xml.Formatter<T>
- All Superinterfaces:
FileFormatter<T>,TextFormatter<T>
- All Known Implementing Classes:
Stax.EventFormatter,Stax.StreamFormatter
- Enclosing class:
- Xml
-
Method Summary
Modifier and TypeMethodDescriptiondefault <V> @NonNull Xml.Formatter<V>compose(@NonNull IOFunction<? super V, ? extends T> before) @NonNull CharsetbooleanMethods inherited from interface nbbrd.io.FileFormatter
formatFile, formatPath, formatStream, formatStreamMethods inherited from interface nbbrd.io.text.TextFormatter
asFileFormatter, asFormatter, asFormatter, formatChars, formatFile, formatPath, formatStream, formatStream, formatToString, formatWriter, formatWriter
-
Method Details
-
isFormatted
boolean isFormatted() -
getDefaultEncoding
-
compose
@NonNull default <V> @NonNull Xml.Formatter<V> compose(@NonNull @NonNull IOFunction<? super V, ? extends T> before) - Specified by:
composein interfaceFileFormatter<T>- Specified by:
composein interfaceTextFormatter<T>
-