Class OdfXMLFactory


  • public class OdfXMLFactory
    extends Object
    This factory determines what elements are being used in the DOC layer (i.e. the convenient layer).

    The mapping of ODF element to convenient class can be changed from the user during run time.

    For example, a user might want to create a table always with a certain style or default data and might want to overwrite the mapping for {odf.element table:table}, that a different class instead of OdfTable is being used.