Searched refs:LSSerializer (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/ls/
H A DDOMImplementationLS.java118 * Create a new <code>LSSerializer</code> object.
119 * @return The newly created <code>LSSerializer</code> object.
121 * <code>LSSerializer</code> has no <code>DOMErrorHandler</code>, i.e.
126 * parameter on the new <code>LSSerializer</code> object contains a
129 public LSSerializer createLSSerializer();
H A DLSSerializer.java49 * A <code>LSSerializer</code> provides an API for serializing (writing) a
60 * <p> <code>LSSerializer</code> accepts any node type for serialization. For
79 * <code>LSSerializer.write</code>, outputs the entity expansion but no
144 * normalize-characters</a>" on <code>LSSerializer</code> to true, character normalization is
178 * through the error handler (<code>LSSerializer.domConfig</code>'s "<a href='http://www.w3.org/TR/DOM-Level-3-Core/core.html#parameter-error-handler'>
208 public interface LSSerializer { interface
211 * <code>LSSerializer</code> when serializing a DOM node.
215 * <code>LSSerializer</code> adds, or modifies, the following
298 * <code>LSSerializer.write</code> for details on how to find the output
379 * description of the <code>LSSerializer</cod
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DCoreDOMImplementationImpl.java39 import org.w3c.dom.ls.LSSerializer;
377 * Create a new <code>LSSerializer</code> object.
378 * @return The newly created <code>LSSerializer</code> object.
380 * <code>LSSerializer</code> has no <code>DOMErrorHandler</code>,
385 * parameter on the new created <code>LSSerializer</code> contains a
388 public LSSerializer createLSSerializer() {
H A DCoreDocumentImpl.java56 import org.w3c.dom.ls.LSSerializer;
1317 * <br>The parameters used in the <code>LSSerializer</code> interface are
1320 * call to <code>LSSerializer.writeToString</code> with the document as
1339 LSSerializer xmlWriter = domImplLS.createLSSerializer();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DDOMSerializerImpl.java64 import org.w3c.dom.ls.LSSerializer;
69 * EXPERIMENTAL: Implemenatation of DOM Level 3 org.w3c.ls.LSSerializer by delegating serialization
71 * LSSerializer provides an API for serializing (writing) a DOM document out in an
82 public class DOMSerializerImpl implements LSSerializer, DOMConfiguration {
123 * Constructs a new LSSerializer.
148 // LSSerializer methods
461 * <code>LSSerializer</code>. The result of serializing the node is
645 // by calls to LSSerializer methods from one serializer to another.
658 * description of the <code>LSSerializer</code> interface. The output
863 * description of the <code>LSSerializer</cod
[all...]

Completed in 240 milliseconds