Searched refs:typeDecl (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlschemastypes.h67 xmlSchemaTypePtr typeDecl,
H A DschemasInternals.h932 xmlHashTablePtr typeDecl; member in struct:_xmlSchema
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c1066 xmlSchemaCheckFacetValues(xmlSchemaTypePtr typeDecl,
4111 if (schema->typeDecl != NULL)
4112 xmlHashFree(schema->typeDecl, NULL);
4503 xmlHashScan(schema->typeDecl, (xmlHashScanner) xmlSchemaTypeDump,
4782 WXS_FIND_GLOBAL_ITEM(typeDecl)
18489 * @typeDecl: the schema type definition
18518 * @typeDecl: the schema type definition
18529 xmlSchemaTypePtr typeDecl,
18535 if ((facet == NULL) || (typeDecl == NULL))
18576 if (typeDecl
18528 xmlSchemaCheckFacet(xmlSchemaFacetPtr facet, xmlSchemaTypePtr typeDecl, xmlSchemaParserCtxtPtr pctxt, const xmlChar * name ATTRIBUTE_UNUSED) argument
18736 xmlSchemaCheckFacetValues(xmlSchemaTypePtr typeDecl, xmlSchemaParserCtxtPtr pctxt) argument
[all...]
H A Dtestapi.c34359 xmlSchemaTypePtr typeDecl; /* the schema type definition */ local
34372 typeDecl = gen_xmlSchemaTypePtr(n_typeDecl, 1);
34376 ret_val = xmlSchemaCheckFacet(facet, typeDecl, pctxt, (const xmlChar *)name);
34380 des_xmlSchemaTypePtr(n_typeDecl, typeDecl, 1);
[all...]

Completed in 219 milliseconds