Searched refs:documentTypeOther (Results 1 – 1 of 1) sorted by relevance
1896 const DocumentType* documentTypeOther = static_cast<const DocumentType*>(other); in isEqualNode() local1898 if (documentTypeThis->publicId() != documentTypeOther->publicId()) in isEqualNode()1901 if (documentTypeThis->systemId() != documentTypeOther->systemId()) in isEqualNode()1904 if (documentTypeThis->internalSubset() != documentTypeOther->internalSubset()) in isEqualNode()1908 NamedNodeMap* otherEntities = documentTypeOther->entities(); in isEqualNode()1915 NamedNodeMap* otherNotations = documentTypeOther->notations(); in isEqualNode()