Searched refs:DOMConfiguration (Results 1 - 7 of 7) sorted by relevance

/libcore/luni/src/main/java/org/w3c/dom/ls/
H A DLSSerializer.java15 import org.w3c.dom.DOMConfiguration;
181 * The <code>DOMConfiguration</code> object used by the
183 * <br> In addition to the parameters recognized by the <a href='http://www.w3.org/TR/DOM-Level-3-Core/core.html#DOMConfiguration'>
184 * DOMConfiguration</a> interface defined in [<a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>DOM Level 3 Core</a>]
185 * , the <code>DOMConfiguration</code> objects for
253 * the one defined by <code>DOMConfiguration</code> in [<a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>DOM Level 3 Core</a>]
280 public DOMConfiguration getDomConfig();
331 * <code>DOMConfiguration</code> parameters have been applied. For
344 * <code>DOMConfiguration</code> parameters have been applied. For
H A DLSParser.java15 import org.w3c.dom.DOMConfiguration;
143 * The <code>DOMConfiguration</code> object used when parsing an input
144 * source. This <code>DOMConfiguration</code> is specific to the parse
145 * operation. No parameter values from this <code>DOMConfiguration</code>
146 * object are passed automatically to the <code>DOMConfiguration</code>
149 * needed parameter values from this <code>DOMConfiguration</code>
150 * object to the <code>DOMConfiguration</code> object referenced by the
152 * <br> In addition to the parameters recognized in on the <a href='http://www.w3.org/TR/DOM-Level-3-Core/core.html#DOMConfiguration'>
153 * DOMConfiguration</a> interface defined in [<a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>DOM Level 3 Core</a>]
154 * , the <code>DOMConfiguration</cod
[all...]
/libcore/luni/src/main/java/org/w3c/dom/
H A DDOMConfiguration.java16 * The <code>DOMConfiguration</code> interface represents the configuration
22 * of the <code>Document</code> is requested. <code>DOMConfiguration</code>
25 * <p> The parameter names used by the <code>DOMConfiguration</code> object
352 * "resource-resolver" can also be used on <code>DOMConfiguration</code>
359 public interface DOMConfiguration { interface
407 * <code>DOMConfiguration</code> object and for which at least one value
H A DDocument.java706 public DOMConfiguration getDomConfig();
720 * <code>DOMConfiguration</code> for details.
723 * DOMConfiguration docConfig = myDocument.getDomConfig();
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DDOMConfigurationImpl.java21 import org.w3c.dom.DOMConfiguration;
30 * A minimal implementation of DOMConfiguration. This implementation uses inner
33 public final class DOMConfigurationImpl implements DOMConfiguration {
H A DDocumentImpl.java25 import org.w3c.dom.DOMConfiguration;
475 public DOMConfiguration getDomConfig() {
/libcore/luni/src/test/java/libcore/xml/
H A DNormalizeTest.java22 import org.w3c.dom.DOMConfiguration;
57 private DOMConfiguration domConfiguration;

Completed in 224 milliseconds