public class DOMSerializerEngine extends Object implements OutputEngine
This requires Apache Xerces 2.0.1 or better.
| Constructor and Description |
|---|
DOMSerializerEngine(Node root) |
DOMSerializerEngine(org.w3c.dom.traversal.NodeIterator iterator,
String encoding) |
DOMSerializerEngine(Node root,
String encoding) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
void |
finish() |
void |
initialize(OutputStream out) |
public DOMSerializerEngine(Node root)
public DOMSerializerEngine(org.w3c.dom.traversal.NodeIterator iterator, String encoding)
public void initialize(OutputStream out) throws IOException
initialize in interface OutputEngineIOExceptionpublic void execute()
throws IOException
execute in interface OutputEngineIOExceptionpublic void finish()
throws IOException
finish in interface OutputEngineIOExceptionCopyright © 2007-2018. All Rights Reserved.