Interface BackupReader


@Internal public interface BackupReader
  • Method Details

    • readSection

      void readSection(@NotNull BackupReader.ElementReader elementReader)
      Reads a section of the current element. elementReader is called for each element inside the section when BackupReader reaches it. Reading stops on a section's end tag.
      Parameters:
      elementReader - reader of the elements inside the section; accepts current element name as a parameter
    • skipSection

      void skipSection()
    • getElementText

      String getElementText()
    • getAttributeValue

      @Nullable String getAttributeValue(String localName)