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

/openjdk7/jaxp/src/org/w3c/dom/ls/
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...]

Completed in 30 milliseconds