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

/openjdk7/jaxp/src/org/w3c/dom/ls/
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...]

Completed in 29 milliseconds