public interface DomSerializer
| Modifier and Type | Method and Description |
|---|---|
String |
serialize(Element domElement) |
void |
serializeTo(Element domElement,
OutputStream os) |
void |
serializeTo(Element domElement,
Writer w) |
void serializeTo(Element domElement, OutputStream os) throws Exception
Exceptionvoid serializeTo(Element domElement, Writer w) throws Exception
ExceptionCopyright © 2010–2014 The Apache Software Foundation. All rights reserved.