Home
last modified time | relevance | path

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

1234

/libcore/dom/src/test/java/org/w3c/domts/
DJTidyDOMImplementation.java16 import org.w3c.dom.DOMImplementation;
26 implements DOMImplementation {
123 public DOMImplementation getInterface(String feature) { in getInterface()
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()
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()
DJTidyDocumentBuilderFactory.java19 import org.w3c.dom.DOMImplementation;
33 private final DOMImplementation domImpl;
104 public DOMImplementation getDOMImplementation() { in getDOMImplementation()
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()
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()
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()
/libcore/luni/src/test/java/tests/org/w3c/dom/
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()
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()
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()
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()
DNodeGetOwnerDocument.java27 import org.w3c.dom.DOMImplementation;
78 DOMImplementation domImpl; in testGetOwnerDocument1()
94 DOMImplementation domImpl; in testGetOwnerDocument2()
DDocumentTypeInternalSubset.java5 import org.w3c.dom.DOMImplementation;
54 DOMImplementation domImpl; in testGetInternalSubset()
DDocumentTypePublicId.java27 import org.w3c.dom.DOMImplementation;
73 DOMImplementation domImpl; in testGetPublicId()
DDocumentTypeSystemId.java27 import org.w3c.dom.DOMImplementation;
70 DOMImplementation domImpl; in testGetSystemId()
DDOMImplementationCreateDocumentType.java27 import org.w3c.dom.DOMImplementation;
77 DOMImplementation domImpl; in testCreateDocumentType1()
111 DOMImplementation domImpl; in testCreateDocumentType2()
148 DOMImplementation domImpl; in testCreateDocumentType4()
DDocumentGetElementsByTagnameNS.java5 import org.w3c.dom.DOMImplementation;
63 DOMImplementation domImpl; in testGetElementsByTagNameNS1()
DDocumentCreateAttributeNS.java31 import org.w3c.dom.DOMImplementation;
206 DOMImplementation domImpl; in testCreateAttributeNS5()
231 DOMImplementation domImpl; in testCreateAttributeNS6()
DNodeHasAttributes.java30 import org.w3c.dom.DOMImplementation;
115 DOMImplementation domImpl; in testHasAttributes4()
DDocumentCreateElementNS.java7 import org.w3c.dom.DOMImplementation;
120 DOMImplementation domImpl; in testCreateElementNS6()
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DDOMImplementationImpl.java20 import org.w3c.dom.DOMImplementation;
34 public final class DOMImplementationImpl implements DOMImplementation {
/libcore/luni/src/main/java/org/w3c/dom/
DDOMImplementationList.java35 public DOMImplementation item(int index); in item()
DDOMImplementationSource.java43 public DOMImplementation getDOMImplementation(String features); in getDOMImplementation()
DDOMImplementation.java21 public interface DOMImplementation { interface
/libcore/luni/src/main/java/javax/xml/parsers/
DDocumentBuilder.java26 import org.w3c.dom.DOMImplementation;
262 public abstract DOMImplementation getDOMImplementation(); in getDOMImplementation()

1234