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

/libcore/luni/src/main/java/org/w3c/dom/ls/
H A DDOMImplementationLS.java89 * Create a new <code>LSSerializer</code> object.
90 * @return The newly created <code>LSSerializer</code> object.
92 * <code>LSSerializer</code> has no <code>DOMErrorHandler</code>, i.e.
97 * parameter on the new <code>LSSerializer</code> object contains a
100 public LSSerializer createLSSerializer();
H A DLSSerializer.java20 * A <code>LSSerializer</code> provides an API for serializing (writing) a
31 * <p> <code>LSSerializer</code> accepts any node type for serialization. For
50 * <code>LSSerializer.write</code>, outputs the entity expansion but no
115 * normalize-characters</a>" on <code>LSSerializer</code> to true, character normalization is
149 * 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'>
179 public interface LSSerializer { interface
182 * <code>LSSerializer</code> when serializing a DOM node.
186 * <code>LSSerializer</code> adds, or modifies, the following
269 * <code>LSSerializer.write</code> for details on how to find the output
354 * description of the <code>LSSerializer</cod
[all...]

Completed in 72 milliseconds