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 © 2005–2017 Red5. All rights reserved.