Searched refs:notaDecl (Results 1 – 4 of 4) sorted by relevance
936 xmlHashTablePtr notaDecl; member
3352 xmlNotationPtr notaDecl; in xmlValidateNotationUse() local3356 notaDecl = xmlGetDtdNotationDesc(doc->intSubset, notationName); in xmlValidateNotationUse()3357 if ((notaDecl == NULL) && (doc->extSubset != NULL)) in xmlValidateNotationUse()3358 notaDecl = xmlGetDtdNotationDesc(doc->extSubset, notationName); in xmlValidateNotationUse()3360 if ((notaDecl == NULL) && (ctxt != NULL)) { in xmlValidateNotationUse()
4124 if (schema->notaDecl != NULL) in xmlSchemaFree()4125 xmlHashFree(schema->notaDecl, NULL); in xmlSchemaFree()4938 WXS_FIND_GLOBAL_ITEM(notaDecl) in xmlSchemaGetNotation()20775 WXS_GET_GLOBAL_HASH(bucket, notaDecl) in xmlSchemaAddComponents()
1115 d notaDecl like(xmlHashTablePtr)