Searched refs:valType (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlschemastypes.h57 xmlSchemaValType valType,
101 xmlSchemaValType valType,
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemastypes.c5104 xmlSchemaTypeType valType,
5135 switch (valType) {
5145 if (valType == XML_SCHEMAS_STRING)
5233 * @valType: the built-in type
5247 xmlSchemaValType valType,
5253 return (xmlSchemaValidateLengthFacetInternal(facet, valType, value, val,
5261 * @valType: the built-in type of the value
5274 xmlSchemaValType valType,
5346 facet->val, facet->value, fws, valType, val,
5359 if ((valType
5103 xmlSchemaValidateLengthFacetInternal(xmlSchemaFacetPtr facet, xmlSchemaTypeType valType, const xmlChar *value, xmlSchemaValPtr val, unsigned long *length, xmlSchemaWhitespaceValueType ws) argument
5246 xmlSchemaValidateLengthFacetWhtsp(xmlSchemaFacetPtr facet, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, unsigned long *length, xmlSchemaWhitespaceValueType ws) argument
5272 xmlSchemaValidateFacetInternal(xmlSchemaFacetPtr facet, xmlSchemaWhitespaceValueType fws, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, xmlSchemaWhitespaceValueType ws) argument
5530 xmlSchemaValidateFacetWhtsp(xmlSchemaFacetPtr facet, xmlSchemaWhitespaceValueType fws, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, xmlSchemaWhitespaceValueType ws) argument
[all...]
H A Dxmlschemas.c1472 xmlSchemaValType valType; local
1482 valType = xmlSchemaGetValType(val);
1483 switch (valType) {
13241 * @valType: the value type
13248 xmlSchemaIsDerivedFromBuiltInType(xmlSchemaTypePtr type, int valType) argument
13255 if (type->builtInType == valType)
13260 return(xmlSchemaIsDerivedFromBuiltInType(type->subtypes, valType));
13262 return(xmlSchemaIsDerivedFromBuiltInType(type->subtypes, valType));
13270 * @valType: the value type
13277 xmlSchemaIsUserDerivedFromBuiltInType(xmlSchemaTypePtr type, int valType)
23797 xmlSchemaValidateFacets(xmlSchemaAbstractCtxtPtr actxt, xmlNodePtr node, xmlSchemaTypePtr type, xmlSchemaValType valType, const xmlChar * value, xmlSchemaValPtr val, unsigned long length, int fireErrors) argument
[all...]

Completed in 106 milliseconds