Searched defs:facet (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
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...]
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemastypes.c650 * @facetType: the facet type
652 * Evaluates if a specific facet can be
655 * Returns 1 if the facet can be used with the given built-in type,
2262 * xs:decimal has a whitespace-facet value of 'collapse'.
5021 * @facet: an schemas type facet
5023 * Extract the value of a facet
5028 xmlSchemaGetFacetValueAsULong(xmlSchemaFacetPtr facet) argument
5033 if (facet == NULL)
5035 return ((unsigned long) facet
5051 xmlSchemaValidateListSimpleTypeFacet(xmlSchemaFacetPtr facet, const xmlChar *value, unsigned long actualLen, unsigned long *expectedLen) argument
5106 xmlSchemaValidateLengthFacetInternal(xmlSchemaFacetPtr facet, xmlSchemaTypeType valType, const xmlChar *value, xmlSchemaValPtr val, unsigned long *length, xmlSchemaWhitespaceValueType ws) argument
5220 xmlSchemaValidateLengthFacet(xmlSchemaTypePtr type, xmlSchemaFacetPtr facet, const xmlChar *value, xmlSchemaValPtr val, unsigned long *length) argument
5249 xmlSchemaValidateLengthFacetWhtsp(xmlSchemaFacetPtr facet, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, unsigned long *length, xmlSchemaWhitespaceValueType ws) argument
5275 xmlSchemaValidateFacetInternal(xmlSchemaFacetPtr facet, xmlSchemaWhitespaceValueType fws, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, xmlSchemaWhitespaceValueType ws) argument
5494 xmlSchemaValidateFacet(xmlSchemaTypePtr base, xmlSchemaFacetPtr facet, const xmlChar *value, xmlSchemaValPtr val) argument
5533 xmlSchemaValidateFacetWhtsp(xmlSchemaFacetPtr facet, xmlSchemaWhitespaceValueType fws, xmlSchemaValType valType, const xmlChar *value, xmlSchemaValPtr val, xmlSchemaWhitespaceValueType ws) argument
[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...]
H A Dxmlschemas.c1707 *buf = xmlStrdup(BAD_CAST "facet '");
1783 xmlSchemaFacetPtr facet; local
1797 for (facet = type->facets; facet != NULL; facet = facet->next) {
1798 if (facet->type != XML_SCHEMA_FACET_ENUMERATION)
1801 res = xmlSchemaGetCanonValueWhtspExt(facet->val,
1824 * The enumeration facet of a type restricts the enumeration
1825 * facet o
2608 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
2996 xmlSchemaPIllegalFacetAtomicErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaTypePtr type, xmlSchemaTypePtr baseType, xmlSchemaFacetPtr facet) argument
3026 xmlSchemaPIllegalFacetListUnionErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaTypePtr type, xmlSchemaFacetPtr facet) argument
3922 xmlSchemaFreeFacet(xmlSchemaFacetPtr facet) argument
3949 xmlSchemaFacetPtr facet, next; local
6616 xmlSchemaFacetPtr facet; local
11629 xmlSchemaFacetPtr facet, lastfacet = NULL; local
15204 xmlSchemaFacetPtr facet; local
15280 xmlSchemaFacetPtr facet; local
15391 xmlSchemaFacetPtr facet; local
15579 xmlSchemaFacetPtr facet; local
17123 xmlSchemaFacetPtr facet, bfacet, local
18528 xmlSchemaCheckFacet(xmlSchemaFacetPtr facet, xmlSchemaTypePtr typeDecl, xmlSchemaParserCtxtPtr pctxt, const xmlChar * name ATTRIBUTE_UNUSED) argument
18746 xmlSchemaFacetPtr facet = typeDecl->facets; local
18760 facet = facet->next; local
24061 xmlSchemaFacetPtr facet; local
[all...]
H A Dtestapi.c34357 xmlSchemaFacetPtr facet; /* the facet */ local
34371 facet = gen_xmlSchemaFacetPtr(n_facet, 0);
34376 ret_val = xmlSchemaCheckFacet(facet, typeDecl, pctxt, (const xmlChar *)name);
34379 des_xmlSchemaFacetPtr(n_facet, facet, 0);
34727 xmlSchemaFacetPtr facet; /* an schemas type facet */ local
34732 facet = gen_xmlSchemaFacetPtr(n_facet, 0);
34734 ret_val = xmlSchemaGetFacetValueAsULong(facet);
34737 des_xmlSchemaFacetPtr(n_facet, facet,
35056 xmlSchemaFacetPtr facet; /* the facet to check */ local
35109 xmlSchemaFacetPtr facet; /* the facet to check */ local
35180 xmlSchemaFacetPtr facet; /* the facet to check */ local
35240 xmlSchemaFacetPtr facet; /* the facet to check */ local
35309 xmlSchemaFacetPtr facet; /* the facet to check */ local
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 251 milliseconds