public class DOM2Writer extends Object
DOM Level 2
APIs. The main difference between this class and
DOMWriter is that this class generates and prints out namespace declarations.Constructor and Description |
---|
DOM2Writer() |
Modifier and Type | Method and Description |
---|---|
static void |
serializeAsXML(Node node,
Writer writer)
Serialize this node into the writer as XML.
|
Copyright © 2006-2012 The Red5 Project