org.dom4j.persistence
Interface Memento

All Known Implementing Classes:
DocumentMemento

public interface Memento

Version:
1.0
Author:

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

Method Detail

getState

public Node getState()
              throws java.lang.Exception
Throws:
java.lang.Exception

setState

public void setState(Node node)
              throws java.lang.Exception
Throws:
java.lang.Exception

getMarshaller

public MarshallingStrategy getMarshaller()

getSystemId

public java.lang.String getSystemId()


Copyright © 2004 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo