Searched refs:checkDocType (Results 1 – 1 of 1) sorted by relevance
2196 DOMDocumentType* checkDocType = make.createDocumentType(document,tempStr); in testDocument() local2199 if (XMLString::compareString(checkDocType->getNodeName(),docType->getNodeName() )) in testDocument()2205 if (XMLString::compareString(checkDocType->getNodeValue(), docType->getNodeValue())) in testDocument()