Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxml2/
H A Dxmlschemas.c6485 xmlSchemaParseAnnotation(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, int needed) in xmlSchemaParseAnnotation() function
6672 facet->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseFacet()
6919 annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseAny()
6981 ret->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseNotation()
7050 ret->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseAnyAttribute()
7341 xmlSchemaParseAnnotation(pctxt, child, 0); in xmlSchemaParseLocalAttribute()
7420 use->annot = xmlSchemaParseAnnotation(pctxt, child, 1); in xmlSchemaParseLocalAttribute()
7582 ret->annot = xmlSchemaParseAnnotation(pctxt, child, 1); in xmlSchemaParseGlobalAttribute()
7674 xmlSchemaParseAnnotation(pctxt, child, 0); in xmlSchemaParseAttributeGroupRef()
7809 ret->annot = xmlSchemaParseAnnotation(pctxt, child, 1); in xmlSchemaParseAttributeGroupDefinition()
[all …]