Lines Matching full:facet
4326 <info>collapse the types of the facet</info>
4329 <info>preserve the type of the facet</info>
4332 <info>replace the type of the facet</info>
4335 <info>unknown facet handling</info>
4440 <info>a whitespace-facet value of "collapse"</info>
4443 <info>a whitespace-facet value of "preserve"</info>
4446 <info>a whitespace-facet value of "replace"</info>
6729 <field name='next' type='struct _xmlSchemaFacetLink *' info=' the next facet link ...'/>
6730 <field name='facet' type='xmlSchemaFacetPtr' info=' the linked facet'/>
13645 <arg name='facet' type='xmlSchemaFacetPtr' info='the facet'/>
13698 <info>Deallocate a Schema Facet structure.</info>
13700 <arg name='facet' type='xmlSchemaFacetPtr' info='a schema facet structure'/>
13761 <info>Extract the value of a facet</info>
13763 <arg name='facet' type='xmlSchemaFacetPtr' info='an schemas type facet'/>
13803 <info>Evaluates if a specific facet can be used in conjunction with a type.</info>
13804 <return type='int' info='1 if the facet can be used with the given built-in type, 0 otherwise and -1 in case the type is not a built-in type.'/>
13806 <arg name='facetType' type='int' info='the facet type'/>
13822 <info>Allocate a new Facet structure.</info>
13965 <info>Check a value against a facet condition</info>
13968 <arg name='facet' type='xmlSchemaFacetPtr' info='the facet to check'/>
13974 <info>Check a value against a facet condition. This takes value normalization according to the specified whitespace types into account. Note that @value needs to be the *normalized* value if the facet is of type "pattern".</info>
13976 <arg name='facet' type='xmlSchemaFacetPtr' info='the facet to check'/>
13977 <arg name='fws' type='xmlSchemaWhitespaceValueType' info='the whitespace type of the facet's value'/>
13993 <info>Checka a value against a "length", "minLength" and "maxLength" facet; sets @length to the computed length of @value.</info>
13996 <arg name='facet' type='xmlSchemaFacetPtr' info='the facet to check'/>
14003 <info>Checka a value against a "length", "minLength" and "maxLength" facet; sets @length to the computed length of @value.</info>
14005 <arg name='facet' type='xmlSchemaFacetPtr' info='the facet to check'/>
14014 <info>Checks the value of a list simple type against a facet.</info>
14016 <arg name='facet' type='xmlSchemaFacetPtr' info='the facet to check'/>