org.eclipse.webdav.internal.kernel
Class DocumentMarshaler
java.lang.Object
org.eclipse.webdav.internal.kernel.DocumentMarshaler
- All Implemented Interfaces:
- IDocumentMarshaler
public class DocumentMarshaler
- extends Object
- implements IDocumentMarshaler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentMarshaler
public DocumentMarshaler()
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.