Class DataViewGenericDOM


  • public class DataViewGenericDOM
    extends DataView
    A generic Data View implementation that stores the content of the Data View as a DOM document.
    • Method Detail

      • getDocument

        public Document getDocument()
        Get the DataView content.
        Returns:
        the DataView content as DOM document.