Home
last modified time | relevance | path

Searched refs:DOMTestIncompatibleException (Results 1 – 25 of 823) sorted by relevance

12345678910>>...33

/libcore/dom/src/test/java/org/w3c/domts/
DDocumentBuilderSettingStrategy.java39 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 …]
DDOMTestIncompatibleException.java23 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()
DLSDocumentBuilderFactory.java58 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 …]
DBatikTestDocumentBuilderFactory.java53 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()
DDOM4JTestDocumentBuilderFactory.java57 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()
DXercesHTMLDocumentBuilderFactory.java51 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()
DXercesHTML2DocumentBuilderFactory.java51 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()
DJAXPDOMTestDocumentBuilderFactory.java44 DocumentBuilderSetting[] settings) throws DOMTestIncompatibleException { in JAXPDOMTestDocumentBuilderFactory()
64 throw new DOMTestIncompatibleException(ex, null); in JAXPDOMTestDocumentBuilderFactory()
71 DOMTestIncompatibleException { in createInstance()
76 newSettings) throws DOMTestIncompatibleException { in newInstance()
DJTidyDocumentBuilderFactory.java43 DocumentBuilderSetting[] settings) throws DOMTestIncompatibleException { in JTidyDocumentBuilderFactory()
65 throw new DOMTestIncompatibleException(ex, null); in JTidyDocumentBuilderFactory()
79 newSettings) throws DOMTestIncompatibleException { in newInstance()
DXalanDOMTestDocumentBuilderFactory.java52 DocumentBuilderSetting[] settings) throws DOMTestIncompatibleException { in XalanDOMTestDocumentBuilderFactory()
59 DOMTestIncompatibleException { in createInstance()
DDOMTestDocumentBuilderFactory.java42 DOMTestIncompatibleException { in DOMTestDocumentBuilderFactory()
58 DocumentBuilderSetting[] settings) throws DOMTestIncompatibleException; in newInstance()
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
Ddocumentinvalidcharacterexceptioncreateentref.java48 …f(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException { in documentinvalidcharacterexceptioncreateentref()
51 throw org.w3c.domts.DOMTestIncompatibleException.incompatibleFeature("XML", null); in documentinvalidcharacterexceptioncreateentref()
Dhc_notationsremovenameditem1.java43 …1(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException { in hc_notationsremovenameditem1()
46 throw org.w3c.domts.DOMTestIncompatibleException.incompatibleFeature("XML", null); in hc_notationsremovenameditem1()
Dhc_entitiesremovenameditem1.java43 …1(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException { in hc_entitiesremovenameditem1()
46 throw org.w3c.domts.DOMTestIncompatibleException.incompatibleFeature("XML", null); in hc_entitiesremovenameditem1()
Ddocumentinvalidcharacterexceptioncreatepi.java48 …i(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException { in documentinvalidcharacterexceptioncreatepi()
51 throw org.w3c.domts.DOMTestIncompatibleException.incompatibleFeature("XML", null); in documentinvalidcharacterexceptioncreatepi()
Ddocumentinvalidcharacterexceptioncreatepi1.java45 …1(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException { in documentinvalidcharacterexceptioncreatepi1()
48 throw org.w3c.domts.DOMTestIncompatibleException.incompatibleFeature("XML", null); in documentinvalidcharacterexceptioncreatepi1()
Ddocumentinvalidcharacterexceptioncreateentref1.java45 …1(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException { in documentinvalidcharacterexceptioncreateentref1()
48 throw org.w3c.domts.DOMTestIncompatibleException.incompatibleFeature("XML", null); in documentinvalidcharacterexceptioncreateentref1()
Dhc_notationssetnameditem1.java44 …1(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException { in hc_notationssetnameditem1()
47 throw org.w3c.domts.DOMTestIncompatibleException.incompatibleFeature("XML", null); in hc_notationssetnameditem1()
Dhc_nodevalue07.java44 …7(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException { in hc_nodevalue07()
47 throw org.w3c.domts.DOMTestIncompatibleException.incompatibleFeature("XML", null); in hc_nodevalue07()
Dhc_nodevalue08.java44 …8(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException { in hc_nodevalue08()
47 throw org.w3c.domts.DOMTestIncompatibleException.incompatibleFeature("XML", null); in hc_nodevalue08()
Dhc_entitiessetnameditem1.java44 …1(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException { in hc_entitiessetnameditem1()
47 throw org.w3c.domts.DOMTestIncompatibleException.incompatibleFeature("XML", null); in hc_entitiessetnameditem1()
Dhc_attrinsertbefore5.java44 …5(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException { in hc_attrinsertbefore5()
47 throw org.w3c.domts.DOMTestIncompatibleException.incompatibleFeature("XML", null); in hc_attrinsertbefore5()
Dhc_attrappendchild4.java44 …4(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException { in hc_attrappendchild4()
47 throw org.w3c.domts.DOMTestIncompatibleException.incompatibleFeature("XML", null); in hc_attrappendchild4()
Dhc_attrgetvalue2.java42 …2(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException { in hc_attrgetvalue2()
45 throw org.w3c.domts.DOMTestIncompatibleException.incompatibleFeature("XML", null); in hc_attrgetvalue2()
Dhc_attrinsertbefore7.java43 …7(final DOMTestDocumentBuilderFactory factory) throws org.w3c.domts.DOMTestIncompatibleException { in hc_attrinsertbefore7()
46 throw org.w3c.domts.DOMTestIncompatibleException.incompatibleFeature("XML", null); in hc_attrinsertbefore7()

12345678910>>...33