org.eclipse.webdav.internal.kernel
Class DocumentMarshaler

java.lang.Object
  extended by org.eclipse.webdav.internal.kernel.DocumentMarshaler
All Implemented Interfaces:
IDocumentMarshaler

public class DocumentMarshaler
extends Object
implements IDocumentMarshaler


Constructor Summary
DocumentMarshaler()
           
 
Method Summary
 Document parse(Reader reader)
           
 void print(Document document, Writer writer, String encoding)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentMarshaler

public DocumentMarshaler()
Method Detail

parse

public Document parse(Reader reader)
               throws IOException
Specified by:
parse in interface IDocumentMarshaler
Throws:
IOException

print

public void print(Document document,
                  Writer writer,
                  String encoding)
           throws IOException
Specified by:
print in interface IDocumentMarshaler
Throws:
IOException


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.