Interface BackupWriter


@Internal public interface BackupWriter
  • Method Details

    • writeStartElement

      void writeStartElement(@NotNull String localName)
    • writeEndElement

      void writeEndElement()
    • writeElement

      void writeElement(@NotNull String localName, @Nullable String text)
    • writeAttribute

      void writeAttribute(@NotNull String localName, @NotNull String value)
    • writeCharacters

      void writeCharacters(@NotNull String text)