Searched refs:LSParser (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/ls/
H A DDOMImplementationLS.java64 * Create a synchronous <code>LSParser</code>.
68 * Create an asynchronous <code>LSParser</code>.
73 * Create a new <code>LSParser</code>. The newly constructed parser may
80 * <code>LSParser</code> that is created will operate in synchronous
82 * <code>LSParser</code> that is created will operate in asynchronous
86 * newly created <code>LSParser</code>. Note that no lexical checking
88 * <code>LSParser</code> for any kind of schema types (i.e. the
89 * LSParser will be free to use any schema found), use the value
98 * @return The newly created <code>LSParser</code> object. This
99 * <code>LSParser</cod
[all...]
H A DLSParser.java52 * <p> <code>LSParser</code> provides an API for parsing XML and building the
53 * corresponding DOM document structure. A <code>LSParser</code> instance
57 * , when a document is first made available via the LSParser:
78 * <p> Asynchronous <code>LSParser</code> objects are expected to also
80 * listeners can be registered on asynchronous <code>LSParser</code>
82 * <p> Events supported by asynchronous <code>LSParser</code> objects are:
86 * The <code>LSParser</code> finishes to load the document. See also the
90 * <code>LSParser</code> signals progress as data is parsed. This
105 * through the error handler (<code>LSParser.domConfig</code>'s "<a href='http://www.w3.org/TR/DOM-Level-3-Core/core.html#parameter-error-handler'>
170 public interface LSParser { interface
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DCoreDOMImplementationImpl.java35 import org.w3c.dom.ls.LSParser;
311 * Create a new <code>LSParser</code>. The newly constructed parser may
318 * <code>LSParser</code> that is created will operate in synchronous
320 * <code>LSParser</code> that is created will operate in asynchronous
324 * newly created <code>LSParser</code>. Note that no lexical checking
326 * <code>LSParser</code> for any kind of schema types (i.e. the
327 * LSParser will be free to use any schema found), use the value
336 * @return The newly created <code>LSParser</code> object. This
337 * <code>LSParser</code> is either synchronous or asynchronous
339 * <p ><b>Note:</b> By default, the newly created <code>LSParser</cod
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DDOMParserImpl.java68 import org.w3c.dom.ls.LSParser;
87 extends AbstractDOMParser implements LSParser, DOMConfiguration {
145 // LSParser
1106 * @see org.w3c.dom.ls.LSParser#getAsync()
1113 * @see org.w3c.dom.ls.LSParser#getBusy()

Completed in 52 milliseconds