Home | History | Annotate | Download | only in ls

Lines Matching refs:dom

13 package org.w3c.dom.ls;
15 import org.w3c.dom.Element;
16 import org.w3c.dom.Node;
31 * parameter "<a href='http://www.w3.org/TR/DOM-Level-3-Core/core.html#parameter-entities'>
32 * entities</a>" is set to <code>false</code>. Note that, as described by the parameter "<a href='http://www.w3.org/TR/DOM-Level-3-Core/core.html#parameter-entities'>
36 * document as it appears on the input stream, not on the DOM document as it
43 * <p> DOM applications must not raise exceptions in a filter. The effect of
44 * throwing exceptions from a filter is DOM implementation dependent.
45 * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407'>Document Object Model (DOM) Level 3 Load
92 * be included in the DOM document being built.
105 * document does no longer guarantee that the resulting DOM tree is
136 * be included in the DOM document being built.
149 * document does no longer guarantee that the resulting DOM tree is
161 * the DOM document being built. See <code>NodeFilter</code> for
167 * <br> The constants used here are defined in [<a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113'>DOM Level 2 Traversal and Range</a>]