Searched refs:facet (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlschemastypes.h51 xmlSchemaFacetPtr facet,
55 xmlSchemaValidateFacetWhtsp (xmlSchemaFacetPtr facet,
66 xmlSchemaCheckFacet (xmlSchemaFacetPtr facet,
71 xmlSchemaFreeFacet (xmlSchemaFacetPtr facet);
78 xmlSchemaValidateListSimpleTypeFacet (xmlSchemaFacetPtr facet,
92 xmlSchemaGetFacetValueAsULong (xmlSchemaFacetPtr facet);
95 xmlSchemaFacetPtr facet,
100 xmlSchemaValidateLengthFacetWhtsp(xmlSchemaFacetPtr facet,
H A DschemasInternals.h399 struct _xmlSchemaFacetLink *next;/* the next facet link ... */
400 xmlSchemaFacetPtr facet;/* the linked facet */ member in struct:_xmlSchemaFacetLink
549 * a whitespace-facet value of "preserve"
555 * a whitespace-facet value of "replace"
561 * a whitespace-facet value of "collapse"
799 * unknown facet handling
805 * preserve the type of the facet
811 * replace the type of the facet
817 * collapse the types of the facet
[all...]
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemastypes.c647 * @facetType: the facet type
649 * Evaluates if a specific facet can be
652 * Returns 1 if the facet can be used with the given built-in type,
2259 * xs:decimal has a whitespace-facet value of 'collapse'.
5018 * @facet: an schemas type facet
5020 * Extract the value of a facet
5025 xmlSchemaGetFacetValueAsULong(xmlSchemaFacetPtr facet) argument
5030 if (facet == NULL)
5032 return ((unsigned long) facet
5048 xmlSchemaValidateListSimpleTypeFacet(xmlSchemaFacetPtr facet, const xmlChar *value, unsigned long actualLen, unsigned long *expectedLen) argument
5103 xmlSchemaValidateLengthFacetInternal(xmlSchemaFacetPtr facet, xmlSchemaTypeType valType, const xmlChar *value, xmlSchemaValPtr val, unsigned long *length, xmlSchemaWhitespaceValueType ws) argument
5217 xmlSchemaValidateLengthFacet(xmlSchemaTypePtr type, xmlSchemaFacetPtr facet, const xmlChar *value, xmlSchemaValPtr val, unsigned long *length) 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
5491 xmlSchemaValidateFacet(xmlSchemaTypePtr base, xmlSchemaFacetPtr facet, const xmlChar *value, xmlSchemaValPtr val) argument
5530 xmlSchemaValidateFacetWhtsp(xmlSchemaFacetPtr facet, xmlSchemaWhitespaceValueType fws, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, xmlSchemaWhitespaceValueType ws) argument
[all...]
H A Dxmlschemas.c1698 *buf = xmlStrdup(BAD_CAST "facet '");
1774 xmlSchemaFacetPtr facet; local
1788 for (facet = type->facets; facet != NULL; facet = facet->next) {
1789 if (facet->type != XML_SCHEMA_FACET_ENUMERATION)
1792 res = xmlSchemaGetCanonValueWhtspExt(facet->val,
1815 * The enumeration facet of a type restricts the enumeration
1816 * facet o
2599 xmlSchemaFacetErr(xmlSchemaAbstractCtxtPtr actxt, xmlParserErrors error, xmlNodePtr node, const xmlChar *value, unsigned long length, xmlSchemaTypePtr type, xmlSchemaFacetPtr facet, const char *message, const xmlChar *str1, const xmlChar *str2) argument
2987 xmlSchemaPIllegalFacetAtomicErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaTypePtr type, xmlSchemaTypePtr baseType, xmlSchemaFacetPtr facet) argument
3017 xmlSchemaPIllegalFacetListUnionErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaTypePtr type, xmlSchemaFacetPtr facet) argument
3913 xmlSchemaFreeFacet(xmlSchemaFacetPtr facet) argument
3940 xmlSchemaFacetPtr facet, next; local
6605 xmlSchemaFacetPtr facet; local
11610 xmlSchemaFacetPtr facet, lastfacet = NULL; local
15185 xmlSchemaFacetPtr facet; local
15261 xmlSchemaFacetPtr facet; local
15372 xmlSchemaFacetPtr facet; local
15560 xmlSchemaFacetPtr facet; local
17104 xmlSchemaFacetPtr facet, bfacet, local
18501 xmlSchemaCheckFacet(xmlSchemaFacetPtr facet, xmlSchemaTypePtr typeDecl, xmlSchemaParserCtxtPtr pctxt, const xmlChar * name ATTRIBUTE_UNUSED) argument
18719 xmlSchemaFacetPtr facet = typeDecl->facets; local
18733 facet = facet->next; local
23810 xmlSchemaFacetPtr facet; local
[all...]
H A Drelaxng.c601 * @facet: the facet name
602 * @val: the facet value
606 * Function provided by a type library to check a value facet
611 const xmlChar * facet,
650 xmlRelaxNGFacetCheck facet; /* the facet check function */ member in struct:_xmlRelaxNGTypeLibrary
2462 * @facet: the facet name
2463 * @val: the facet valu
2477 xmlSchemaFacetPtr facet; local
2748 xmlRelaxNGRegisterTypeLibrary(const xmlChar * namespace, void *data, xmlRelaxNGTypeHave have, xmlRelaxNGTypeCheck check, xmlRelaxNGTypeCompare comp, xmlRelaxNGFacetCheck facet, xmlRelaxNGTypeFree freef) argument
[all...]

Completed in 210 milliseconds