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

/openjdk7/jaxp/src/org/w3c/dom/ls/
H A DLSOutput.java57 * <p> The <code>LSSerializer</code> will use the <code>LSOutput</code> object
60 * the <code>LSOutput</code> in the following order to know which one to
64 * <li> <code>LSOutput.characterStream</code>
67 * <code>LSOutput.byteStream</code>
69 * <li> <code>LSOutput.systemId</code>
72 * <p> <code>LSOutput</code> objects belong to the application. The DOM
78 public interface LSOutput { interface

Completed in 34 milliseconds