Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxmlschemastypes.h67 xmlSchemaTypePtr typeDecl,
DschemasInternals.h932 xmlHashTablePtr typeDecl; member
/external/libxml2/
Dxmlschemas.c1066 xmlSchemaCheckFacetValues(xmlSchemaTypePtr typeDecl,
4111 if (schema->typeDecl != NULL) in xmlSchemaFree()
4112 xmlHashFree(schema->typeDecl, NULL); in xmlSchemaFree()
4503 xmlHashScan(schema->typeDecl, (xmlHashScanner) xmlSchemaTypeDump, in xmlSchemaDump()
4782 WXS_FIND_GLOBAL_ITEM(typeDecl) in xmlSchemaGetType()
18531 xmlSchemaTypePtr typeDecl, in xmlSchemaCheckFacet() argument
18537 if ((facet == NULL) || (typeDecl == NULL)) in xmlSchemaCheckFacet()
18578 if (typeDecl->type != XML_SCHEMA_TYPE_BASIC) { in xmlSchemaCheckFacet()
18579 base = typeDecl->baseType; in xmlSchemaCheckFacet()
18586 base = typeDecl; in xmlSchemaCheckFacet()
[all …]