@Internal
public interface BackupReader
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BackupReader.ElementReader |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeValue(String localName) |
String |
getElementText() |
void |
readSection(BackupReader.ElementReader elementReader)
Reads a section of the current element.
|
void |
skipSection() |
void readSection(@NotNull
BackupReader.ElementReader elementReader)
elementReader is called for each element inside the section
when BackupReader reaches it. Reading stops on a section's end tag.elementReader - reader of the elements inside the section; accepts current element name as a parametervoid skipSection()
String getElementText()
Copyright © 2021 ALM Works. All Rights Reserved.