Interface I18nizable

All Known Subinterfaces:
FormatableI18nizable
All Known Implementing Classes:
I18nizableDate, I18nizableDateTime, I18nizableText

public interface I18nizable
Interface for all internationalizable or localizable objects (dates, texts, numbers...).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Represents this I18nizable as SAX events.
    default void
    toSAX(ContentHandler handler, String tagName)
    Represents this I18nizable as SAX events, surrounded by the provided tag.