Home
last modified time | relevance | path

Searched refs:DOMImplementation (Results 1 – 25 of 555) sorted by relevance

12345678910>>...23

/aosp_15_r20/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DCreateDocument.java27 import org.w3c.dom.DOMImplementation;
89 DOMImplementation domImpl; in testCreateDocument1()
110 DOMImplementation domImpl; in testCreateDocument2()
174 DOMImplementation domImpl; in testCreateDocument5()
226 DOMImplementation domImpl; in testCreateDocument6()
246 DOMImplementation domImpl; in testCreateDocument7()
262 DOMImplementation domImpl; in testCreateDocument8()
H A DDOMImplementationHasFeature.java6 import org.w3c.dom.DOMImplementation;
57 DOMImplementation domImpl; in testHasFeatureCore()
66 DOMImplementation domImpl; in testHasFeatureXml()
75 DOMImplementation domImpl; in testHasFeature1()
110 DOMImplementation domImpl; in testHasFeature2()
H A DDOMImplementationCreateDocument.java6 import org.w3c.dom.DOMImplementation;
57 DOMImplementation domImpl; in testCreateDocument3()
86 DOMImplementation domImpl; in testCreateDocument4()
108 DOMImplementation domImpl; in testCreateDocument5()
129 DOMImplementation domImpl; in testCreateDocument7()
H A DCreateDocumentType.java27 import org.w3c.dom.DOMImplementation;
88 DOMImplementation domImpl; in testCreateDocumentType1()
109 DOMImplementation domImpl; in testCreateDocumentType2()
162 DOMImplementation domImpl; in testCreateDocumentType3()
179 DOMImplementation domImpl; in testCreateDocumentType4()
H A DDOMImplementationCreateDocumentType.java27 import org.w3c.dom.DOMImplementation;
77 DOMImplementation domImpl; in testCreateDocumentType1()
111 DOMImplementation domImpl; in testCreateDocumentType2()
148 DOMImplementation domImpl; in testCreateDocumentType4()
H A DNodeGetOwnerDocument.java27 import org.w3c.dom.DOMImplementation;
78 DOMImplementation domImpl; in testGetOwnerDocument1()
94 DOMImplementation domImpl; in testGetOwnerDocument2()
H A DDocumentCreateAttributeNS.java31 import org.w3c.dom.DOMImplementation;
206 DOMImplementation domImpl; in testCreateAttributeNS5()
231 DOMImplementation domImpl; in testCreateAttributeNS6()
H A DDocumentTypePublicId.java27 import org.w3c.dom.DOMImplementation;
73 DOMImplementation domImpl; in testGetPublicId()
H A DDocumentTypeInternalSubset.java5 import org.w3c.dom.DOMImplementation;
54 DOMImplementation domImpl; in testGetInternalSubset()
H A DDocumentTypeSystemId.java27 import org.w3c.dom.DOMImplementation;
70 DOMImplementation domImpl; in testGetSystemId()
H A DDocumentGetElementsByTagnameNS.java5 import org.w3c.dom.DOMImplementation;
63 DOMImplementation domImpl; in testGetElementsByTagNameNS1()
H A DNodeHasAttributes.java30 import org.w3c.dom.DOMImplementation;
115 DOMImplementation domImpl; in testHasAttributes4()
H A DDocumentCreateElementNS.java7 import org.w3c.dom.DOMImplementation;
120 DOMImplementation domImpl; in testCreateElementNS6()
/aosp_15_r20/libcore/dom/src/test/java/org/w3c/domts/
H A DDOM4JTestDocumentBuilderFactory.java29 import org.w3c.dom.DOMImplementation;
43 private org.w3c.dom.DOMImplementation domImpl;
73 domImpl = (DOMImplementation) domFactory; in DOM4JTestDocumentBuilderFactory()
126 public DOMImplementation getDOMImplementation() { in getDOMImplementation()
H A DBatikTestDocumentBuilderFactory.java22 import org.w3c.dom.DOMImplementation;
44 private DOMImplementation domImpl;
149 public DOMImplementation getDOMImplementation() { in getDOMImplementation()
163 (DOMImplementation) getImpl.invoke(null, new Object[0]); in getDOMImplementation()
H A DJTidyDOMImplementation.java16 import org.w3c.dom.DOMImplementation;
26 implements DOMImplementation {
123 public DOMImplementation getInterface(String feature) { in getInterface()
H A DXercesHTMLDocumentBuilderFactory.java23 import org.w3c.dom.DOMImplementation;
41 private DOMImplementation domImpl;
70 domImpl = (DOMImplementation) method.invoke(null, NO_OBJECTS); in XercesHTMLDocumentBuilderFactory()
214 public DOMImplementation getDOMImplementation() { in getDOMImplementation()
H A DXercesHTML2DocumentBuilderFactory.java23 import org.w3c.dom.DOMImplementation;
41 private DOMImplementation domImpl;
70 domImpl = (DOMImplementation) method.invoke(null, NO_OBJECTS); in XercesHTML2DocumentBuilderFactory()
214 public DOMImplementation getDOMImplementation() { in getDOMImplementation()
H A DLSDocumentBuilderFactory.java20 import org.w3c.dom.DOMImplementation;
34 private final DOMImplementation impl;
279 impl = (DOMImplementation) getDOMImplementationMethod.invoke(domRegistry, in LSDocumentBuilderFactory()
348 public DOMImplementation getDOMImplementation() { in getDOMImplementation()
H A DJTidyDocumentBuilderFactory.java19 import org.w3c.dom.DOMImplementation;
33 private final DOMImplementation domImpl;
104 public DOMImplementation getDOMImplementation() { in getDOMImplementation()
H A DDOMTestDocumentBuilderFactory.java19 import org.w3c.dom.DOMImplementation;
60 public abstract DOMImplementation getDOMImplementation(); in getDOMImplementation()
H A DJAXPDOMTestDocumentBuilderFactory.java20 import org.w3c.dom.DOMImplementation;
139 public DOMImplementation getDOMImplementation() { in getDOMImplementation()
/aosp_15_r20/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DDOMImplementationImpl.java20 import org.w3c.dom.DOMImplementation;
34 public final class DOMImplementationImpl implements DOMImplementation {
/aosp_15_r20/libcore/luni/src/main/java/javax/xml/parsers/
H A DDocumentBuilder.java26 import org.w3c.dom.DOMImplementation;
262 public abstract DOMImplementation getDOMImplementation(); in getDOMImplementation()
/aosp_15_r20/libcore/luni/src/test/java/libcore/javax/xml/parsers/
H A DDocumentBuilderTest.java26 import org.w3c.dom.DOMImplementation;
53 public DOMImplementation getDOMImplementation() { return null; }

12345678910>>...23