org.eclipse.webdav.internal.kernel
Interface IDocumentMarshaler

All Known Implementing Classes:
DocumentMarshaler

public interface IDocumentMarshaler


Method Summary
 Document parse(Reader reader)
           
 void print(Document document, Writer writer, String encoding)
           
 

Method Detail

parse

Document parse(Reader reader)
               throws IOException
Throws:
IOException

print

void print(Document document,
           Writer writer,
           String encoding)
           throws IOException
Throws:
IOException


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