|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DOMSerializer
Interface for a DOM serializer implementation.
The DOM serializer is a facet of a serializer. A serializer may or may not support a DOM serializer.
Example:
Document doc; Serializer ser; OutputStream os; ser.setOutputStream( os ); ser.asDOMSerializer( doc );
| Method Summary | |
|---|---|
void |
serialize(Node node)
Serializes the DOM node. |
| Method Detail |
|---|
void serialize(Node node)
throws java.io.IOException
node - the DOM node to serialize
java.io.IOException - if an I/O exception occured while serializing
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||