Searched refs:doctypep (Results 1 – 1 of 1) sorted by relevance
54 xmlDtdPtr doctypep = (xmlDtdPtr) dom_object_get_node(obj); in dom_documenttype_entities_read() local58 if (doctypep == NULL) { in dom_documenttype_entities_read()65 entityht = (xmlHashTable *) doctypep->entities; in dom_documenttype_entities_read()82 xmlDtdPtr doctypep = (xmlDtdPtr) dom_object_get_node(obj); in dom_documenttype_notations_read() local86 if (doctypep == NULL) { in dom_documenttype_notations_read()93 notationht = (xmlHashTable *) doctypep->notations; in dom_documenttype_notations_read()
Completed in 5 milliseconds