Class LSSerializerImpl

java.lang.Object
org.apache.xml.serializer.dom3.LSSerializerImpl
All Implemented Interfaces:
DOMConfiguration, LSSerializer

public final class LSSerializerImpl extends Object implements DOMConfiguration, LSSerializer
Implemenatation of DOM Level 3 org.w3c.ls.LSSerializer and org.w3c.dom.ls.DOMConfiguration. Serialization is achieved by delegating serialization calls to org.apache.xml.serializer.ToStream or one of its derived classes depending on the serialization method, while walking the DOM in DOM3TreeWalker.
Version:
$Id:
See Also:
  • Constructor Details

    • LSSerializerImpl

      public LSSerializerImpl()
      Constructor: Creates a LSSerializerImpl object. The underlying XML 1.0 or XML 1.1 org.apache.xml.serializer.Serializer object is created and initialized the first time any of the write methods are invoked to serialize the Node. Subsequent write methods on the same LSSerializerImpl object will use the previously created Serializer object.
  • Method Details