HomeSort by relevance Sort by last modified time
    Searched refs:DOMImplementation (Results 26 - 50 of 148) sorted by null

12 3 4 5 6

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_domimplementationfeaturenoversion.java 33 * DOMImplementation object whose "hasFeature(feature,
65 DOMImplementation domImpl;
hc_domimplementationfeaturexml.java 33 * DOMImplementation object whose "hasFeature(feature,
63 DOMImplementation domImpl;
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
createDocument01.java 35 * 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;
createDocument02.java 35 * DOMImplementation should raise NAMESPACE_ERR DOMException
39 * this domimplementation with namespaceURI being null and qualifiedName
75 DOMImplementation domImpl;
createDocument03.java 35 * DOMImplementation should raise WRONG_DOCUMENT_ERR DOMException
39 * this domimplementation where doctype is the type of this document.
73 DOMImplementation domImpl;
createDocument06.java 35 * DOMImplementation should raise NAMESPACE_ERR DOMException
40 * this domimplementation with qualifiedName "xml:local"
78 DOMImplementation domImpl;
createDocument07.java 35 * DOMImplementation should return a new xml Document object of the
40 * this domimplementation. namespaceURI is "http://www.ecommerce.org/schema"
74 DOMImplementation domImpl;
createDocument08.java 34 * DOMImplementation.createDocument with an empty qualified name should cause an INVALID_CHARACTER_ERR.
62 DOMImplementation domImpl;
createDocumentType01.java 35 * DOMImplementation should raise NAMESPACE_ERR DOMException if
38 * Retrieve the DOMImplementation on the XMLNS Document.
40 * on the retrieved DOMImplementation with qualifiedName being the literal
75 DOMImplementation domImpl;
createDocumentType04.java 34 * DOMImplementation.createDocumentType with an empty name should cause an INVALID_CHARACTER_ERR.
65 DOMImplementation domImpl;
documentgetelementsbytagnameNS01.java 72 DOMImplementation domImpl;
documenttypeinternalSubset01.java 67 DOMImplementation domImpl;
documenttypepublicid01.java 67 DOMImplementation domImpl;
documenttypesystemid01.java 66 DOMImplementation domImpl;
domimplementationcreatedocument04.java 50 * Call the createDocument on this DOMImplementation with null namespaceURI and a
51 * qualifiedName that has a namespace prefix using this DOMImplementation.
81 DOMImplementation domImpl;
domimplementationcreatedocument05.java 51 * Call the createDocument on this DOMImplementation with namespaceURI that is
81 DOMImplementation domImpl;
domimplementationcreatedocument07.java 49 * Invoke the createDocument method on this DOMImplementation object with null values
79 DOMImplementation domImpl;
domimplementationfeaturecore.java 54 * DOMImplementation object whose "hasFeature(feature,
84 DOMImplementation domImpl;
domimplementationfeaturexmlversion2.java 54 * DOMImplementation object whose "hasFeature(feature,
84 DOMImplementation domImpl;
domimplementationhasfeature02.java 34 * The method "hasFeature(feature,version)" tests if the DOMImplementation implements
37 * Call the hasFeature method on this DOMImplementation with a unfimiliar values for
66 DOMImplementation domImpl;
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DOMImplementationCreateDocumentType.java 27 import org.w3c.dom.DOMImplementation;
37 * Invoke createDocument on this DOMImplementation with a valid qualifiedName
77 DOMImplementation domImpl;
111 DOMImplementation domImpl;
148 DOMImplementation domImpl;
DocumentCreateElementNS.java 7 import org.w3c.dom.DOMImplementation;
120 DOMImplementation domImpl;
DocumentGetElementsByTagnameNS.java 5 import org.w3c.dom.DOMImplementation;
63 DOMImplementation domImpl;
  /libcore/luni/src/main/java/javax/xml/parsers/
DocumentBuilder.java 26 import org.w3c.dom.DOMImplementation;
257 * Obtain an instance of a {@link DOMImplementation} object.
259 * @return A new instance of a <code>DOMImplementation</code>.
262 public abstract DOMImplementation getDOMImplementation();
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMImplementation.idl 23 ] interface DOMImplementation {

Completed in 272 milliseconds

12 3 4 5 6