HomeSort by relevance Sort by last modified time
    Searched refs:docType (Results 126 - 150 of 233) sorted by null

1 2 3 4 56 7 8 910

  /libcore/luni/src/test/java/tests/org/w3c/dom/
NodeIsSupported.java 154 DocumentType docType;
157 docType = doc.getDoctype();
158 success = docType.isSupported("", "");
  /external/webkit/LayoutTests/dom/html/level1/core/
documentgetdoctypenodtd.js 92 var docType;
99 docType = doc.doctype;
101 assertNull("documentGetDocTypeNoDTDAssert",docType);
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
documentgetdoctypenodtd.js 92 var docType;
99 docType = doc.doctype;
101 assertNull("documentGetDocTypeNoDTDAssert",docType);
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentadoptnode10.js 79 documents doctype node. Verify if a NOT_SUPPORTED_ERR is thrown.
89 var docType;
97 docType = doc.doctype;
103 adoptedDocType = doc.adoptNode(docType);
documentadoptnode17.js 89 var docType;
99 docType = doc.doctype;
101 entityMap = docType.entities;
documentadoptnode19.js 89 var docType;
99 docType = doc.doctype;
101 notationMap = docType.notations;
documentrenamenode25.js 89 var docType;
97 docType = doc.doctype;
103 renamedNode = doc.renameNode(docType,"http://www.w3.org/DOM/Test","root");
entitygetinputencoding01.js 89 var docType;
99 docType = doc.doctype;
101 entitiesMap = docType.entities;
entitygetinputencoding02.js 89 var docType;
99 docType = doc.doctype;
101 entitiesMap = docType.entities;
entitygetxmlencoding01.js 89 var docType;
99 docType = doc.doctype;
101 entitiesMap = docType.entities;
entitygetxmlencoding02.js 89 var docType;
99 docType = doc.doctype;
101 entitiesMap = docType.entities;
entitygetxmlencoding03.js 92 var docType;
102 docType = doc.doctype;
104 entitiesMap = docType.entities;
entitygetxmlencoding04.js 92 var docType;
102 docType = doc.doctype;
104 entitiesMap = docType.entities;
entitygetxmlversion01.js 89 var docType;
99 docType = doc.doctype;
101 entitiesMap = docType.entities;
entitygetxmlversion02.js 89 var docType;
99 docType = doc.doctype;
101 entitiesMap = docType.entities;
entitygetxmlversion03.js 92 var docType;
102 docType = doc.doctype;
104 entitiesMap = docType.entities;
entitygetxmlversion04.js 92 var docType;
102 docType = doc.doctype;
104 entitiesMap = docType.entities;
nodecomparedocumentposition24.js 89 var docType;
100 docType = doc.doctype;
102 notaionsMap = docType.notations;
nodegetbaseuri03.js 90 var docType;
98 docType = doc.doctype;
100 baseURI = docType.baseURI;
nodegettextcontent03.js 90 var docType;
99 docType = doc.doctype;
101 textContent = docType.textContent;
nodegettextcontent04.js 91 var docType;
105 oldDocType = doc.doctype;
110 docType = domImpl.createDocumentType(rootName,nullPubId,nullSysId);
111 textContent = docType.textContent;
nodegettextcontent18.js 89 var docType;
99 docType = doc.doctype;
101 entitymap = docType.entities;
nodeinsertbefore03.js 89 var docType;
98 docType = doc.doctype;
105 inserted = doc.insertBefore(newAttr,docType);
nodeinsertbefore04.js 89 var docType;
97 docType = doc.doctype;
103 inserted = doc.insertBefore(doc,docType);
nodeisdefaultnamespace03.js 93 var docType;
103 docType = doc.doctype;
105 isDefault = docType.isDefaultNamespace(nullNSURI);

Completed in 508 milliseconds

1 2 3 4 56 7 8 910