HomeSort by relevance Sort by last modified time
    Searched refs:newDocType (Results 1 - 4 of 4) sorted by null

  /libcore/luni/src/test/java/tests/org/w3c/dom/
DOMImplementationCreateDocumentType.java 78 DocumentType newDocType;
97 newDocType = domImpl.createDocumentType(qualifiedName,
101 newDocType);
102 ownerDocument = newDocType.getOwnerDocument();
112 DocumentType newDocType;
137 newDocType = domImpl.createDocumentType(qualifiedName, publicId,
140 newDocType);
141 ownerDocument = newDocType.getOwnerDocument();
149 DocumentType newDocType;
174 newDocType = domImpl.createDocumentType(qualifiedName, publicId
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
domimplementationcreatedocumenttype01.java 68 DocumentType newDocType;
87 newDocType = domImpl.createDocumentType(qualifiedName, publicId, systemId);
88 assertNotNull("domimplementationcreatedocumenttype01_newDocType", newDocType);
89 ownerDocument = newDocType.getOwnerDocument();
domimplementationcreatedocumenttype02.java 81 DocumentType newDocType;
106 newDocType = domImpl.createDocumentType(qualifiedName, publicId, systemId);
107 assertNotNull("domimplementationcreatedocumenttype02_newDocType", newDocType);
108 ownerDocument = newDocType.getOwnerDocument();
domimplementationcreatedocumenttype04.java 80 DocumentType newDocType;
108 newDocType = domImpl.createDocumentType(qualifiedName, publicId, systemId);

Completed in 470 milliseconds