Searched refs:MODE_SYNCHRONOUS (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/ls/
H A DDOMImplementationLS.java66 public static final short MODE_SYNCHRONOUS = 1; field in interface:DOMImplementationLS
78 * <code>MODE_SYNCHRONOUS</code> or <code>MODE_ASYNCHRONOUS</code>, if
79 * <code>mode</code> is <code>MODE_SYNCHRONOUS</code> then the
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DCoreDOMImplementationImpl.java316 * <code>MODE_SYNCHRONOUS</code> or <code>MODE_ASYNCHRONOUS</code>, if
317 * <code>mode</code> is <code>MODE_SYNCHRONOUS</code> then the
353 if (mode != DOMImplementationLS.MODE_SYNCHRONOUS || (schemaType !=null &&

Completed in 31 milliseconds