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

/openjdk7/jaxp/src/org/w3c/dom/ls/
H A DDOMImplementationLS.java144 * <code>LSOutput.characterStream</code>,
145 * <code>LSOutput.byteStream</code>, <code>LSOutput.systemId</code>,
146 * <code>LSOutput.encoding</code> are null.
149 public LSOutput createLSOutput();
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
H A DLSSerializer.java159 * <code>LSOutput.byteStream</code> or <code>LSOutput.systemId</code>. If
187 * writing to a <code>LSOutput</code> if no output is specified in the
188 * <code>LSOutput</code>. </dd>
380 * written to the supplied <code>LSOutput</code>.
381 * <br> When writing to a <code>LSOutput</code>, the encoding is found by
383 * <code>LSOutput</code> and the item to be written (or its owner
386 * <li> <code>LSOutput.encoding</code>,
398 * <br> If no output is specified in the <code>LSOutput</code>, a
419 LSOutput destinatio
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMOutputImpl.java23 import org.w3c.dom.ls.LSOutput;
40 * The DOMSerializer will use the LSOutput object to determine where to
42 * outputs specified in the LSOutput in the following order to know which one
44 * 1.LSOutput.characterStream
45 * 2.LSOutput.byteStream
46 * 3.LSOutput.systemId
47 * LSOutput objects belong to the application. The DOM implementation will
57 public class DOMOutputImpl implements LSOutput {
H A DCoreDOMImplementationImpl.java38 import org.w3c.dom.ls.LSOutput;
478 * <code>LSOutput.characterStream</code>,
479 * <code>LSOutput.byteStream</code>, <code>LSOutput.systemId</code>,
480 * <code>LSOutput.encoding</code> are null.
484 public LSOutput createLSOutput() {
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DDOMSerializerImpl.java63 import org.w3c.dom.ls.LSOutput;
659 * is written to the supplied <code>LSOutput</code>.
660 * <br> When writing to a <code>LSOutput</code>, the encoding is found by
662 * <code>LSOutput</code> and the item to be written (or its owner
665 * <li> <code>LSOutput.encoding</code>,
678 * <br> If no output is specified in the <code>LSOutput</code>, a
686 public boolean write(Node node, LSOutput destination) throws LSException{

Completed in 52 milliseconds