Searched refs:DOMImplementationLS (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/ls/
H A DDOMImplementationLS.java47 * <code>DOMImplementationLS</code> contains the factory methods for creating
50 * <code>DOMImplementationLS</code> interface can be obtained by using
61 public interface DOMImplementationLS { interface
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DCoreDOMImplementationImpl.java36 import org.w3c.dom.ls.DOMImplementationLS;
59 implements DOMImplementation, DOMImplementationLS {
353 if (mode != DOMImplementationLS.MODE_SYNCHRONOUS || (schemaType !=null &&
H A DCoreDocumentImpl.java55 import org.w3c.dom.ls.DOMImplementationLS;
1338 DOMImplementationLS domImplLS = (DOMImplementationLS)DOMImplementationImpl.getDOMImplementation();

Completed in 95 milliseconds