org.dom4j.persistence
Interface Memento

All Known Implementing Classes:
DocumentMemento

public interface Memento

Version:
1.0
Author:

Method Summary
 MarshallingStrategy getMarshaller()
           
 Node getState()
           
 String getSystemId()
           
 void setState(Node node)
           
 

Method Detail

getState

public Node getState()
              throws Exception
Exception

setState

public void setState(Node node)
              throws Exception
Exception

getMarshaller

public MarshallingStrategy getMarshaller()

getSystemId

public String getSystemId()


Copyright © 2002-2003 MetaStuff Ltd.. All Rights Reserved.