org.dom4j.persistence
Interface MarshallingStrategy

All Known Implementing Classes:
DocumentMarshalling

public interface MarshallingStrategy

Version:
1.0
Author:

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

Method Detail

marshal

public void marshal(java.lang.String systemId,
                    Node aNode)
             throws java.lang.Exception
Throws:
java.lang.Exception

unmarshal

public Node unmarshal(java.lang.String aSystemId)

setContext

public void setContext(MarshallingContext aContext)


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

SourceForge Logo