|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xalan.serialize.SerializerFactory.DOMSerializerWrapper
private static class SerializerFactory.DOMSerializerWrapper
This class just wraps a new DOMSerializer with an old style one for migration purposes.
Field Summary | |
---|---|
private DOMSerializer |
m_dom
|
Constructor Summary | |
---|---|
SerializerFactory.DOMSerializerWrapper(DOMSerializer domser)
|
Method Summary | |
---|---|
void |
serialize(org.w3c.dom.Node node)
Serializes the DOM node. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final DOMSerializer m_dom
Constructor Detail |
---|
SerializerFactory.DOMSerializerWrapper(DOMSerializer domser)
Method Detail |
---|
public void serialize(org.w3c.dom.Node node) throws java.io.IOException
DOMSerializer
serialize
in interface DOMSerializer
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 |