org.dom4j.persistence
Interface MarshallingStrategy

All Known Implementing Classes:
DocumentMarshalling

public interface MarshallingStrategy

Version:
1.0
Author:

Method Summary
 void marshal(String systemId, Node aNode)
           
 void setContext(MarshallingContext aContext)
           
 Node unmarshal(String aSystemId)
           
 

Method Detail

marshal

public void marshal(String systemId,
                    Node aNode)
             throws Exception
Exception

unmarshal

public Node unmarshal(String aSystemId)

setContext

public void setContext(MarshallingContext aContext)


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