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
Methods inherited from interface nbbrd.io.FileFormatter
formatFile, formatPath, formatStream, formatStreamMethods inherited from interface nbbrd.io.text.TextFormatter
formatChars, formatFile, formatPath, formatStream, formatStream, formatToString, formatWriter, formatWriter, withCharset
-
Method Details
-
isFormatted
boolean isFormatted() -
getDefaultEncoding
@NonNull Charset getDefaultEncoding() -
compose
- Specified by:
composein interfaceFileFormatter<T>- Specified by:
composein interfaceTextFormatter<T>
-