Searched refs:xmlSchemaParseAnnotation (Results 1 – 1 of 1) sorted by relevance
| /external/libxml2/ |
| D | xmlschemas.c | 6443 xmlSchemaParseAnnotation(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, int needed) in xmlSchemaParseAnnotation() function 6630 facet->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseFacet() 6877 annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseAny() 6939 ret->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseNotation() 7008 ret->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseAnyAttribute() 7299 xmlSchemaParseAnnotation(pctxt, child, 0); in xmlSchemaParseLocalAttribute() 7378 use->annot = xmlSchemaParseAnnotation(pctxt, child, 1); in xmlSchemaParseLocalAttribute() 7540 ret->annot = xmlSchemaParseAnnotation(pctxt, child, 1); in xmlSchemaParseGlobalAttribute() 7632 xmlSchemaParseAnnotation(pctxt, child, 0); in xmlSchemaParseAttributeGroupRef() 7767 ret->annot = xmlSchemaParseAnnotation(pctxt, child, 1); in xmlSchemaParseAttributeGroupDefinition() [all …]
|