org.dom4j.persistence
Class DocumentMarshalling

java.lang.Object
  extended byorg.dom4j.persistence.DocumentMarshalling
All Implemented Interfaces:
MarshallingStrategy
Direct Known Subclasses:
XMLDBStrategy

public abstract class DocumentMarshalling
extends java.lang.Object
implements MarshallingStrategy

Version:
1.0
Author:
Tobias Rademacher

Constructor Summary
DocumentMarshalling()
           
 
Method Summary
static DocumentMarshalling getInstance(MarshallingContext context)
           
abstract  void marshal(java.lang.String systemId, Node aNode)
           
abstract  Node unmarshal(java.lang.String systemId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.dom4j.persistence.MarshallingStrategy
setContext
 

Constructor Detail

DocumentMarshalling

public DocumentMarshalling()
Method Detail

getInstance

public static DocumentMarshalling getInstance(MarshallingContext context)
                                       throws java.lang.Exception
Throws:
java.lang.Exception

marshal

public abstract void marshal(java.lang.String systemId,
                             Node aNode)
                      throws java.lang.Exception
Specified by:
marshal in interface MarshallingStrategy
Throws:
java.lang.Exception

unmarshal

public abstract Node unmarshal(java.lang.String systemId)
Specified by:
unmarshal in interface MarshallingStrategy


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

SourceForge Logo