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

1234

/libcore/luni/src/main/java/org/w3c/dom/
H A DDOMImplementationList.java28 * <code>DOMImplementation</code>s in the list, this returns
31 * @return The <code>DOMImplementation</code> at the <code>index</code>
35 public DOMImplementation item(int index);
38 * The number of <code>DOMImplementation</code>s in the list. The range
H A DDOMImplementationSource.java20 * <code>DOMImplementation</code> objects are made available.
39 * <code>DOMImplementation.getFeature()</code>.
43 public DOMImplementation getDOMImplementation(String features);
H A DDOMImplementation.java16 * The <code>DOMImplementation</code> interface provides a number of methods
21 public interface DOMImplementation { interface
117 * <code>DOMImplementation</code> interface.
126 * implements the <code>DOMImplementation</code> interface, it must
127 * delegate to the primary core <code>DOMImplementation</code> and not
129 * <code>DOMImplementation</code> such as <code>hasFeature</code>,
/libcore/dom/src/test/java/org/w3c/domts/
H A DJTidyDOMImplementation.java16 import org.w3c.dom.DOMImplementation;
21 * JTidy does not implement DOMImplementation
26 implements DOMImplementation {
123 public DOMImplementation getInterface(String feature) {
H A DJTidyDocumentBuilderFactory.java19 import org.w3c.dom.DOMImplementation;
33 private final DOMImplementation domImpl;
59 // JTidy doesn't implement DOMImplementation so
104 public DOMImplementation getDOMImplementation() {
H A DBatikTestDocumentBuilderFactory.java22 import org.w3c.dom.DOMImplementation;
44 private DOMImplementation domImpl;
146 * Gets DOMImplementation.
149 public DOMImplementation getDOMImplementation() {
163 (DOMImplementation) getImpl.invoke(null, new Object[0]);
H A DDOM4JTestDocumentBuilderFactory.java29 import org.w3c.dom.DOMImplementation;
43 private org.w3c.dom.DOMImplementation domImpl;
64 //domImpl = (DOMImplementation) domFactory;
73 domImpl = (DOMImplementation) domFactory;
126 public DOMImplementation getDOMImplementation() {
/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DDocumentTypeInternalSubset.java5 import org.w3c.dom.DOMImplementation;
54 DOMImplementation domImpl;
H A DDocumentTypePublicId.java27 import org.w3c.dom.DOMImplementation;
73 DOMImplementation domImpl;
H A DDocumentTypeSystemId.java27 import org.w3c.dom.DOMImplementation;
70 DOMImplementation domImpl;
H A DDOMImplementationCreateDocument.java6 import org.w3c.dom.DOMImplementation;
17 * Call the createDocument on this DOMImplementation with createDocument
57 DOMImplementation domImpl;
86 DOMImplementation domImpl;
108 DOMImplementation domImpl;
129 DOMImplementation domImpl;
H A DDOMImplementationHasFeature.java6 import org.w3c.dom.DOMImplementation;
17 * This should create a DOMImplementation object whose "hasFeature(feature,
57 DOMImplementation domImpl;
66 DOMImplementation domImpl;
75 DOMImplementation domImpl;
110 DOMImplementation domImpl;
H A DNodeGetOwnerDocument.java27 import org.w3c.dom.DOMImplementation;
78 DOMImplementation domImpl;
94 DOMImplementation domImpl;
H A DCreateDocumentType.java27 import org.w3c.dom.DOMImplementation;
36 * DOMImplementation should raise NAMESPACE_ERR DOMException if qualifiedName is
39 * Retrieve the DOMImplementation on the XMLNS Document. Invoke method
41 * DOMImplementation with qualifiedName being the literal string
88 DOMImplementation domImpl;
109 DOMImplementation domImpl;
162 DOMImplementation domImpl;
179 DOMImplementation domImpl;
H A DCreateDocument.java27 import org.w3c.dom.DOMImplementation;
36 * DOMImplementation should raise NAMESPACE_ERR DOMException if parameter
39 * Retrieve the DOMImplementation on the XMLNS Document. Invoke method
41 * DOMImplementation with namespaceURI being the literal string
89 DOMImplementation domImpl;
110 DOMImplementation domImpl;
130 // DOMImplementation domImpl;
151 // DOMImplementation domImpl;
174 DOMImplementation domImpl;
226 DOMImplementation domImp
[all...]
/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 {
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Ddocumentgetimplementation.java32 * DOMImplementation object that handles this document.
35 * DOMImplementation whose "hasFeature("XML","1.0")
64 DOMImplementation docImpl;
H A Ddomimplementationfeaturenoversion.java60 DOMImplementation domImpl;
H A Ddomimplementationfeaturexml.java59 DOMImplementation domImpl;
H A Dhc_documentgetimplementation.java33 * DOMImplementation.hasFeature("HTML","1.0") should be true.
34 * Otherwise, DOMImplementation.hasFeature("XML", "1.0")
63 DOMImplementation docImpl;
H A Dhc_domimplementationfeaturenoversion.java33 * DOMImplementation object whose "hasFeature(feature,
65 DOMImplementation domImpl;
H A Dhc_domimplementationfeaturexml.java33 * DOMImplementation object whose "hasFeature(feature,
63 DOMImplementation domImpl;
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
H A DcreateDocument01.java35 * DOMImplementation should raise NAMESPACE_ERR DOMException
38 * Retrieve the DOMImplementation on the XMLNS Document.
40 * on the retrieved DOMImplementation with namespaceURI being
77 DOMImplementation domImpl;
H A DcreateDocument02.java35 * DOMImplementation should raise NAMESPACE_ERR DOMException
75 DOMImplementation domImpl;
H A DcreateDocument03.java35 * DOMImplementation should raise WRONG_DOCUMENT_ERR DOMException
73 DOMImplementation domImpl;

Completed in 360 milliseconds

1234