HomeSort by relevance Sort by last modified time
    Searched defs:DOMTestIncompatibleException (Results 1 - 9 of 9) sorted by null

  /libcore/dom/src/test/java/org/w3c/domts/
DOMTestIncompatibleException.java 23 public class DOMTestIncompatibleException
27 private DOMTestIncompatibleException(String msg) {
35 public DOMTestIncompatibleException(Throwable ex,
50 public static DOMTestIncompatibleException incompatibleFeature(String feature,
58 return new DOMTestIncompatibleException(buf.toString());
61 public static DOMTestIncompatibleException incompatibleLoad(String href,
69 return new DOMTestIncompatibleException(buf.toString());
BatikTestDocumentBuilderFactory.java 49 * @throws DOMTestIncompatibleException
53 DocumentBuilderSetting[] settings) throws DOMTestIncompatibleException {
65 throw new DOMTestIncompatibleException(ex, null);
76 // throw new DOMTestIncompatibleException(null,settings[i]);
98 throw new DOMTestIncompatibleException(
102 throw new DOMTestIncompatibleException(ex, null);
111 * @throws DOMTestIncompatibleException
116 throws DOMTestIncompatibleException {
DOM4JTestDocumentBuilderFactory.java 57 DOMTestIncompatibleException {
86 throw new DOMTestIncompatibleException(ex.getTargetException(), null);
89 throw new DOMTestIncompatibleException(ex, null);
97 newSettings) throws DOMTestIncompatibleException {
JAXPDOMTestDocumentBuilderFactory.java 44 DocumentBuilderSetting[] settings) throws DOMTestIncompatibleException {
64 throw new DOMTestIncompatibleException(ex, null);
71 DOMTestIncompatibleException {
76 newSettings) throws DOMTestIncompatibleException {
JTidyDocumentBuilderFactory.java 43 DocumentBuilderSetting[] settings) throws DOMTestIncompatibleException {
65 throw new DOMTestIncompatibleException(ex, null);
79 newSettings) throws DOMTestIncompatibleException {
DOMTest.java 215 DOMTestIncompatibleException {
219 throw DOMTestIncompatibleException.incompatibleLoad(docURI, contentType);
LSDocumentBuilderFactory.java 54 * @throws DOMTestIncompatibleException if parser does not support setting
58 DOMTestIncompatibleException;
94 DOMTestIncompatibleException {
96 throw new DOMTestIncompatibleException(null, setting);
134 DOMTestIncompatibleException {
145 throw new DOMTestIncompatibleException(ex.getTargetException(), setting);
148 throw new DOMTestIncompatibleException(ex, setting);
166 DOMTestIncompatibleException {
216 DOMTestIncompatibleException {
265 * @throws DOMTestIncompatibleException
    [all...]
XercesHTML2DocumentBuilderFactory.java 51 DOMTestIncompatibleException {
78 throw new DOMTestIncompatibleException(
83 throw new DOMTestIncompatibleException(ex, null);
98 throw new DOMTestIncompatibleException(ex, null);
101 throw new DOMTestIncompatibleException(ex, null);
106 newSettings) throws DOMTestIncompatibleException {
XercesHTMLDocumentBuilderFactory.java 51 DOMTestIncompatibleException {
78 throw new DOMTestIncompatibleException(
83 throw new DOMTestIncompatibleException(ex, null);
98 throw new DOMTestIncompatibleException(ex, null);
101 throw new DOMTestIncompatibleException(ex, null);
106 newSettings) throws DOMTestIncompatibleException {

Completed in 176 milliseconds