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

/libcore/luni/src/main/java/org/w3c/dom/ls/
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 41 milliseconds