Interface BackupReader
@Internal
public interface BackupReader
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetAttributeValue(String localName) voidreadSection(BackupReader.ElementReader elementReader) Reads a section of the current element.void
-
Method Details
-
readSection
Reads a section of the current element.elementReaderis called for each element inside the section whenBackupReaderreaches 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
-