com.hardcode.gdbms.engine.data.persistence
Interface Memento

All Known Implementing Classes:
DataSourceLayerMemento, OperationLayerMemento

public interface Memento

Abstract Memento object

Author:
Fernando González Cortés

Method Summary
 void getXML()
          Parses the memento and generates the corresponding SAX events in the content handler stablished by setContentHandler.
 void setContentHandler(org.xml.sax.ContentHandler saxHandler)
          Sets the content handler for the getXML method
 

Method Detail

setContentHandler

void setContentHandler(org.xml.sax.ContentHandler saxHandler)
Sets the content handler for the getXML method

Parameters:
saxHandler - content handler

getXML

void getXML()
            throws org.xml.sax.SAXException
Parses the memento and generates the corresponding SAX events in the content handler stablished by setContentHandler.

Throws:
org.xml.sax.SAXException - If error


Copyright © 2005-2006 . All Rights Reserved.