Searched refs:createDocumentType (Results 1 - 25 of 26) sorted by relevance

12

/external/webkit/LayoutTests/fast/dom/Node/script-tests/
H A DisEqualNode.js4 var docTypeAllSet = document.implementation.createDocumentType('html', '-//W3C//DTD XHTML 1.0 Strict//EN', 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd');
5 var docTypeAllSet2 = document.implementation.createDocumentType('html', '-//W3C//DTD XHTML 1.0 Strict//EN', 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd');
6 var docTypeDifferentPublicID = document.implementation.createDocumentType('html', 'foo', 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd');
7 var docTypeDifferentSystemID = document.implementation.createDocumentType('html', '-//W3C//DTD XHTML 1.0 Strict//EN', 'bar');
H A Dinitial-values.js90 var doctype = document.implementation.createDocumentType("svg", "-//W3C//DTD SVG 1.1//EN", "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd");
/external/webkit/LayoutTests/dom/html/level2/core/
H A DcreateDocumentType04.js72 DOMImplementation.createDocumentType with an empty name should cause an INVALID_CHARACTER_ERR.
93 docType = domImpl.createDocumentType("",publicId,systemId);
/external/webkit/LayoutTests/dom/xhtml/level2/core/
H A DcreateDocumentType04.js72 DOMImplementation.createDocumentType with an empty name should cause an INVALID_CHARACTER_ERR.
93 docType = domImpl.createDocumentType("",publicId,systemId);
/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Dnodeisequalnode22.js127 docType1 = domImpl1.createDocumentType(rootName,nullPubId,nullSysId);
128 docType2 = domImpl2.createDocumentType(rootName,nullPubId,nullSysId);
H A Ddocumentadoptnode11.js109 docType = domImpl.createDocumentType(rootName,nullPubID,nullSysID);
H A Dnodeappendchild01.js108 docType = domImpl.createDocumentType(tagName,nullPubId,nullSysId);
H A Dnodecomparedocumentposition02.js111 newDocType = domImpl.createDocumentType(rootName,nullPubId,nullSysId);
H A Dnodegettextcontent04.js110 docType = domImpl.createDocumentType(rootName,nullPubId,nullSysId);
H A Dnodeinsertbefore05.js110 newDocType = domImpl.createDocumentType(rootName,nullPubId,nullSysId);
H A Ddocumentadoptnode12.js113 docType = domImpl.createDocumentType(rootName,nullPubID,nullSysID);
H A Ddocumentgetdoctype01.js113 newDocType = domImpl.createDocumentType(rootName,nullPubID,nullSysID);
H A Ddocumentgetxmlstandalone05.js117 newDocType = domImpl.createDocumentType(rootName,nullPubId,sysId);
H A Dnodeinsertbefore02.js120 newDocType = domImpl.createDocumentType(rootName,nullPubId,nullSysId);
H A Dnodereplacechild13.js116 newDocType = domImpl.createDocumentType(docElemName,nullPubId,nullSysId);
H A Dnodereplacechild40.js109 newDocType = domImpl.createDocumentType(rootName,publicId,systemId);
/external/webkit/Source/WebCore/bindings/objc/
H A DDOMImplementationFront.cpp57 PassRefPtr<DocumentType> DOMImplementationFront::createDocumentType(const String& qualifiedName, const String& publicId, const String& systemId, ExceptionCode& ec) function in class:WebCore::DOMImplementationFront
59 return reinterpret_cast<DOMImplementation*>(this)->createDocumentType(qualifiedName, publicId, systemId, ec);
H A DDOMImplementationFront.h48 PassRefPtr<DocumentType> createDocumentType(const String& qualifiedName, const String& publicId, const String& systemId, ExceptionCode&);
H A DPublicDOMInterfaces.h63 - (DOMDocumentType *)createDocumentType:(NSString *)qualifiedName :(NSString *)publicId :(NSString *)systemId;
67 - (DOMDocumentType *)createDocumentType:(NSString *)qualifiedName publicId:(NSString *)publicId systemId:(NSString *)systemId AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
/external/webkit/Source/WebCore/dom/
H A DDOMImplementation.idl34 [OldStyleObjC] DocumentType createDocumentType(in [ConvertUndefinedOrNullToNullString] DOMString qualifiedName,
H A DDOMImplementation.h48 PassRefPtr<DocumentType> createDocumentType(const String& qualifiedName, const String& publicId, const String& systemId, ExceptionCode&);
H A DDOMImplementation.cpp215 PassRefPtr<DocumentType> DOMImplementation::createDocumentType(const String& qualifiedName, function in class:WebCore::DOMImplementation
/external/webkit/Source/WebKit/win/Interfaces/
H A DDOMCore.idl76 - (DOMDocumentType *)createDocumentType:(NSString *)qualifiedName :(NSString *)publicId :(NSString *)systemId;
78 HRESULT createDocumentType([in] BSTR qualifiedName, [in] BSTR publicId, [in] BSTR systemId, [out, retval] IDOMDocumentType** result);
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java1400 public DocumentType createDocumentType(String qualifiedName,String publicId, String systemId) method in class:DTMNodeProxy.DTMNodeProxyImplementation
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 528 milliseconds

12