Interface ITxtRestorer


public interface ITxtRestorer
Convert the translatable XML node into the original xml structure used by the input component
Author:
I-D Media AG
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
    Get the name of this restorer
    @NotNull String
    getXml(@NotNull Node pXml)
    Restore XML
  • Method Details

    • getXml

      @NotNull @NotNull String getXml(@NotNull @NotNull Node pXml)
      Restore XML
      Parameters:
      pXml - The XML created by ITxtConverter
      Returns:
      String to be stored. Must not be null.
    • getName

      @NotNull @NotNull String getName()
      Get the name of this restorer
      Returns:
      Name, must not be null