Searched defs:notaDecl (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A DschemasInternals.h936 xmlHashTablePtr notaDecl; member in struct:_xmlSchema
/external/chromium_org/third_party/libxml/src/
H A Dvalid.c3353 xmlNotationPtr notaDecl; local
3357 notaDecl = xmlGetDtdNotationDesc(doc->intSubset, notationName);
3358 if ((notaDecl == NULL) && (doc->extSubset != NULL))
3359 notaDecl = xmlGetDtdNotationDesc(doc->extSubset, notationName);
3361 if ((notaDecl == NULL) && (ctxt != NULL)) {
/external/libxml2/include/libxml/
H A DschemasInternals.h936 xmlHashTablePtr notaDecl; member in struct:_xmlSchema
/external/libxml2/
H A Dvalid.c3353 xmlNotationPtr notaDecl; local
3357 notaDecl = xmlGetDtdNotationDesc(doc->intSubset, notationName);
3358 if ((notaDecl == NULL) && (doc->extSubset != NULL))
3359 notaDecl = xmlGetDtdNotationDesc(doc->extSubset, notationName);
3361 if ((notaDecl == NULL) && (ctxt != NULL)) {

Completed in 5200 milliseconds