Lines Matching refs:LSParser

52  * <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 {
183 * , the <code>DOMConfiguration</code> objects for <code>LSParser</code>
234 * <code>LSParser</code>. </dd>
314 * <code>true</code> if the <code>LSParser</code> is asynchronous,
320 * <code>true</code> if the <code>LSParser</code> is currently busy
330 * @return If the <code>LSParser</code> is a synchronous
331 * <code>LSParser</code>, the newly created and populated
332 * <code>Document</code> is returned. If the <code>LSParser</code> is
336 * INVALID_STATE_ERR: Raised if the <code>LSParser</code>'s
337 * <code>LSParser.busy</code> attribute is <code>true</code>.
339 * PARSE_ERR: Raised if the <code>LSParser</code> was unable to load
353 * @return If the <code>LSParser</code> is a synchronous
354 * <code>LSParser</code>, the newly created and populated
356 * occured. If the <code>LSParser</code> is asynchronous,
360 * INVALID_STATE_ERR: Raised if the <code>LSParser.busy</code>
363 * PARSE_ERR: Raised if the <code>LSParser</code> was unable to load
427 * <code>LSParser.parse()</code>.
429 * <code>LSParser</code> is asynchronous (<code>LSParser.async</code> is
466 * <br> NOT_SUPPORTED_ERR: Raised if the <code>LSParser</code> doesn't
475 * <br> INVALID_STATE_ERR: Raised if the <code>LSParser.busy</code>
478 * PARSE_ERR: Raised if the <code>LSParser</code> was unable to load
490 * the <code>LSParser</code>. If the <code>LSParser</code> is currently