| /libcore/dom/src/test/java/org/w3c/domts/ |
| D | DocumentBuilderSettingStrategy.java | 39 boolean value) throws DOMTestIncompatibleException; in applySetting() 46 throws DOMTestIncompatibleException { 60 throws DOMTestIncompatibleException { 73 throws DOMTestIncompatibleException { 85 throws DOMTestIncompatibleException { 87 throw new DOMTestIncompatibleException( 101 DOMTestIncompatibleException { 113 DOMTestIncompatibleException { 125 DOMTestIncompatibleException { 127 throw new DOMTestIncompatibleException( [all …]
|
| D | DOMTestIncompatibleException.java | 23 public class DOMTestIncompatibleException class 27 private DOMTestIncompatibleException(String msg) { in DOMTestIncompatibleException() method in DOMTestIncompatibleException 35 public DOMTestIncompatibleException(Throwable ex, in DOMTestIncompatibleException() method in DOMTestIncompatibleException 50 public static DOMTestIncompatibleException incompatibleFeature(String feature, in incompatibleFeature() 58 return new DOMTestIncompatibleException(buf.toString()); in incompatibleFeature() 61 public static DOMTestIncompatibleException incompatibleLoad(String href, in incompatibleLoad() 69 return new DOMTestIncompatibleException(buf.toString()); in incompatibleLoad()
|
| D | LSDocumentBuilderFactory.java | 58 DOMTestIncompatibleException; in applySetting() 94 DOMTestIncompatibleException { in applySetting() 96 throw new DOMTestIncompatibleException(null, setting); in applySetting() 134 DOMTestIncompatibleException { in setParameter() 145 throw new DOMTestIncompatibleException(ex.getTargetException(), setting); in setParameter() 148 throw new DOMTestIncompatibleException(ex, setting); in setParameter() 166 DOMTestIncompatibleException { in applySetting() 216 DOMTestIncompatibleException { in applySetting() 269 DOMTestIncompatibleException { in LSDocumentBuilderFactory() 289 throw new DOMTestIncompatibleException(ex.getTargetException(), null); in LSDocumentBuilderFactory() [all …]
|
| D | BatikTestDocumentBuilderFactory.java | 53 DocumentBuilderSetting[] settings) throws DOMTestIncompatibleException { in BatikTestDocumentBuilderFactory() 65 throw new DOMTestIncompatibleException(ex, null); in BatikTestDocumentBuilderFactory() 98 throw new DOMTestIncompatibleException( in BatikTestDocumentBuilderFactory() 102 throw new DOMTestIncompatibleException(ex, null); in BatikTestDocumentBuilderFactory() 116 throws DOMTestIncompatibleException { in newInstance()
|
| D | DOM4JTestDocumentBuilderFactory.java | 57 DOMTestIncompatibleException { in DOM4JTestDocumentBuilderFactory() 86 throw new DOMTestIncompatibleException(ex.getTargetException(), null); in DOM4JTestDocumentBuilderFactory() 89 throw new DOMTestIncompatibleException(ex, null); in DOM4JTestDocumentBuilderFactory() 97 newSettings) throws DOMTestIncompatibleException { in newInstance()
|
| D | XercesHTMLDocumentBuilderFactory.java | 51 DOMTestIncompatibleException { in XercesHTMLDocumentBuilderFactory() 78 throw new DOMTestIncompatibleException( in XercesHTMLDocumentBuilderFactory() 83 throw new DOMTestIncompatibleException(ex, null); in XercesHTMLDocumentBuilderFactory() 98 throw new DOMTestIncompatibleException(ex, null); in XercesHTMLDocumentBuilderFactory() 101 throw new DOMTestIncompatibleException(ex, null); in XercesHTMLDocumentBuilderFactory() 106 newSettings) throws DOMTestIncompatibleException { in newInstance()
|
| D | XercesHTML2DocumentBuilderFactory.java | 51 DOMTestIncompatibleException { in XercesHTML2DocumentBuilderFactory() 78 throw new DOMTestIncompatibleException( in XercesHTML2DocumentBuilderFactory() 83 throw new DOMTestIncompatibleException(ex, null); in XercesHTML2DocumentBuilderFactory() 98 throw new DOMTestIncompatibleException(ex, null); in XercesHTML2DocumentBuilderFactory() 101 throw new DOMTestIncompatibleException(ex, null); in XercesHTML2DocumentBuilderFactory() 106 newSettings) throws DOMTestIncompatibleException { in newInstance()
|
| D | JAXPDOMTestDocumentBuilderFactory.java | 44 DocumentBuilderSetting[] settings) throws DOMTestIncompatibleException { in JAXPDOMTestDocumentBuilderFactory() 64 throw new DOMTestIncompatibleException(ex, null); in JAXPDOMTestDocumentBuilderFactory() 71 DOMTestIncompatibleException { in createInstance() 76 newSettings) throws DOMTestIncompatibleException { in newInstance()
|
| D | JTidyDocumentBuilderFactory.java | 43 DocumentBuilderSetting[] settings) throws DOMTestIncompatibleException { in JTidyDocumentBuilderFactory() 65 throw new DOMTestIncompatibleException(ex, null); in JTidyDocumentBuilderFactory() 79 newSettings) throws DOMTestIncompatibleException { in newInstance()
|
| D | XalanDOMTestDocumentBuilderFactory.java | 52 DocumentBuilderSetting[] settings) throws DOMTestIncompatibleException { in XalanDOMTestDocumentBuilderFactory() 59 DOMTestIncompatibleException { in createInstance()
|
| D | DOMTestDocumentBuilderFactory.java | 42 DOMTestIncompatibleException { in DOMTestDocumentBuilderFactory() 58 DocumentBuilderSetting[] settings) throws DOMTestIncompatibleException; in newInstance()
|
| /libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
| D | documentinvalidcharacterexceptioncreateentref.java | 48 …f(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException { in documentinvalidcharacterexceptioncreateentref() 51 throw org.w3c.domts.DOMTestIncompatibleException.incompatibleFeature("XML", null); in documentinvalidcharacterexceptioncreateentref()
|
| D | hc_notationsremovenameditem1.java | 43 …1(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException { in hc_notationsremovenameditem1() 46 throw org.w3c.domts.DOMTestIncompatibleException.incompatibleFeature("XML", null); in hc_notationsremovenameditem1()
|
| D | hc_entitiesremovenameditem1.java | 43 …1(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException { in hc_entitiesremovenameditem1() 46 throw org.w3c.domts.DOMTestIncompatibleException.incompatibleFeature("XML", null); in hc_entitiesremovenameditem1()
|
| D | documentinvalidcharacterexceptioncreatepi.java | 48 …i(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException { in documentinvalidcharacterexceptioncreatepi() 51 throw org.w3c.domts.DOMTestIncompatibleException.incompatibleFeature("XML", null); in documentinvalidcharacterexceptioncreatepi()
|
| D | documentinvalidcharacterexceptioncreatepi1.java | 45 …1(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException { in documentinvalidcharacterexceptioncreatepi1() 48 throw org.w3c.domts.DOMTestIncompatibleException.incompatibleFeature("XML", null); in documentinvalidcharacterexceptioncreatepi1()
|
| D | documentinvalidcharacterexceptioncreateentref1.java | 45 …1(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException { in documentinvalidcharacterexceptioncreateentref1() 48 throw org.w3c.domts.DOMTestIncompatibleException.incompatibleFeature("XML", null); in documentinvalidcharacterexceptioncreateentref1()
|
| D | hc_notationssetnameditem1.java | 44 …1(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException { in hc_notationssetnameditem1() 47 throw org.w3c.domts.DOMTestIncompatibleException.incompatibleFeature("XML", null); in hc_notationssetnameditem1()
|
| D | hc_nodevalue07.java | 44 …7(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException { in hc_nodevalue07() 47 throw org.w3c.domts.DOMTestIncompatibleException.incompatibleFeature("XML", null); in hc_nodevalue07()
|
| D | hc_nodevalue08.java | 44 …8(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException { in hc_nodevalue08() 47 throw org.w3c.domts.DOMTestIncompatibleException.incompatibleFeature("XML", null); in hc_nodevalue08()
|
| D | hc_entitiessetnameditem1.java | 44 …1(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException { in hc_entitiessetnameditem1() 47 throw org.w3c.domts.DOMTestIncompatibleException.incompatibleFeature("XML", null); in hc_entitiessetnameditem1()
|
| D | hc_attrinsertbefore5.java | 44 …5(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException { in hc_attrinsertbefore5() 47 throw org.w3c.domts.DOMTestIncompatibleException.incompatibleFeature("XML", null); in hc_attrinsertbefore5()
|
| D | hc_attrappendchild4.java | 44 …4(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException { in hc_attrappendchild4() 47 throw org.w3c.domts.DOMTestIncompatibleException.incompatibleFeature("XML", null); in hc_attrappendchild4()
|
| D | hc_attrgetvalue2.java | 42 …2(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException { in hc_attrgetvalue2() 45 throw org.w3c.domts.DOMTestIncompatibleException.incompatibleFeature("XML", null); in hc_attrgetvalue2()
|
| D | hc_attrinsertbefore7.java | 43 …7(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException { in hc_attrinsertbefore7() 46 throw org.w3c.domts.DOMTestIncompatibleException.incompatibleFeature("XML", null); in hc_attrinsertbefore7()
|