HomeSort by relevance Sort by last modified time
    Searched refs:DOMTestLoadException (Results 1 - 10 of 10) sorted by null

  /libcore/dom/src/test/java/org/w3c/domts/
DOMTestLoadException.java 22 public class DOMTestLoadException
30 public DOMTestLoadException(Throwable innerException) {
DOMTest.java 79 private URL resolveURI(String baseURI) throws DOMTestLoadException {
90 // throw new DOMTestLoadException(ex);
121 throw new DOMTestLoadException(ex);
126 throw new DOMTestLoadException(
133 DOMTestLoadException {
153 throw new DOMTestLoadException(new Exception("Unrecognized URI scheme " +
157 public String createTempURI(String scheme) throws DOMTestLoadException {
181 throw new DOMTestLoadException(ex);
196 throw new DOMTestLoadException(new Exception("Unrecognized URI scheme " +
201 DOMTestLoadException {
    [all...]
JTidyDocumentBuilderFactory.java 87 public Document load(java.net.URL url) throws DOMTestLoadException {
96 throw new DOMTestLoadException(ex.getTargetException());
99 throw new DOMTestLoadException(ex);
BatikTestDocumentBuilderFactory.java 128 * @throws DOMTestLoadException if unable to load document
130 public Document load(java.net.URL url) throws DOMTestLoadException {
138 throw new DOMTestLoadException(ex.getTargetException());
141 throw new DOMTestLoadException(ex);
DOM4JTestDocumentBuilderFactory.java 105 public Document load(java.net.URL url) throws DOMTestLoadException {
118 throw new DOMTestLoadException(ex.getTargetException());
122 throw new DOMTestLoadException(ex);
JAXPDOMTestDocumentBuilderFactory.java 118 public Document load(java.net.URL url) throws DOMTestLoadException {
134 throw new DOMTestLoadException(parseException);
LSDocumentBuilderFactory.java 329 * @throws DOMTestLoadException if unable to load document
331 public Document load(java.net.URL url) throws DOMTestLoadException {
337 throw new DOMTestLoadException(ex.getTargetException());
340 throw new DOMTestLoadException(ex);
XercesHTML2DocumentBuilderFactory.java 199 public Document load(java.net.URL url) throws DOMTestLoadException {
209 throw new DOMTestLoadException(ex);
XercesHTMLDocumentBuilderFactory.java 199 public Document load(java.net.URL url) throws DOMTestLoadException {
209 throw new DOMTestLoadException(ex);
DOMTestDocumentBuilderFactory.java 64 public abstract Document load(java.net.URL url) throws DOMTestLoadException;

Completed in 563 milliseconds