Package wt.facade.ixb

Interface IxbDocument

All Superinterfaces:
IxbElement
All Known Implementing Classes:
IxbDocumentWrapper, IxbJaxbDocElement

public interface IxbDocument extends IxbElement
This interface represents XML file for export and import This is a simple wraper for XML DOM representation. DOM is not used explicitely for the following reasons:
  • To be able potentially use in future another, not DOM representation (stage table in databae, for example)
  • To add some simplified methods that are convinient for export/import process


Supported API: true

Extendable: false