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

/openjdk7/jaxp/src/org/w3c/dom/ls/
H A DLSInput.java57 * <p> The <code>LSParser</code> will use the <code>LSInput</code> object to
59 * different inputs specified in the <code>LSInput</code> in the following
63 * <li> <code>LSInput.characterStream</code>
66 * <code>LSInput.byteStream</code>
68 * <li> <code>LSInput.stringData</code>
71 * <code>LSInput.systemId</code>
73 * <li> <code>LSInput.publicId</code>
80 * <p> <code>LSInput</code> objects belong to the application. The DOM
86 public interface LSInput { interface

Completed in 489 milliseconds