Home
last modified time | relevance | path

Searched refs:notaDecl (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
DschemasInternals.h936 xmlHashTablePtr notaDecl; member
/external/libxml2/
Dvalid.c3383 xmlNotationPtr notaDecl; in xmlValidateNotationUse() local
3387 notaDecl = xmlGetDtdNotationDesc(doc->intSubset, notationName); in xmlValidateNotationUse()
3388 if ((notaDecl == NULL) && (doc->extSubset != NULL)) in xmlValidateNotationUse()
3389 notaDecl = xmlGetDtdNotationDesc(doc->extSubset, notationName); in xmlValidateNotationUse()
3391 if ((notaDecl == NULL) && (ctxt != NULL)) { in xmlValidateNotationUse()
Dxmlschemas.c4152 if (schema->notaDecl != NULL) in xmlSchemaFree()
4153 xmlHashFree(schema->notaDecl, NULL); in xmlSchemaFree()
4972 WXS_FIND_GLOBAL_ITEM(notaDecl) in xmlSchemaGetNotation()
20814 WXS_GET_GLOBAL_HASH(bucket, notaDecl) in xmlSchemaAddComponents()
/external/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle1120 d notaDecl like(xmlHashTablePtr)