org.attoparser.markup.dom
Interface IDOMWriter

All Known Implementing Classes:
AbstractDOMWriter, XmlDOMWriter

public interface IDOMWriter

Common interface for objects able of writing an attoDOM tree as markup to the specified output.

Since:
1.1
Author:
Daniel Fernández

Method Summary
 void write(INode node, Writer writer)
           
 

Method Detail

write

void write(INode node,
           Writer writer)
           throws IOException
Throws:
IOException


Copyright © 2012 The ATTOPARSER team. All Rights Reserved.