From 9705f1a5e858108d21a0128556f42b25d16833cd Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Thu, 28 Oct 2004 09:07:41 +0000 Subject: Load /tmp/tmp.SgII7T/libxml2-2.6.15 into packages/libxml2/branches/upstream/current. --- xmlschemastypes.c | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'xmlschemastypes.c') diff --git a/xmlschemastypes.c b/xmlschemastypes.c index c5a0342..9346ac6 100644 --- a/xmlschemastypes.c +++ b/xmlschemastypes.c @@ -457,7 +457,7 @@ xmlSchemaCleanupTypes(void) { } /** - * xmlSchemaGetBuiltInType: + * xmlSchemaIsBuiltInTypeFacet: * @type: the built-in type * @facetType: the facet type * @@ -739,6 +739,8 @@ xmlSchemaGetPredefinedType(const xmlChar *name, const xmlChar *ns) { * xmlSchemaGetBuiltInListSimpleTypeItemType: * @type: the built-in simple type. * + * Lookup function + * * Returns the item type of @type as defined by the built-in datatype * hierarchy of XML Schema Part 2: Datatypes, or NULL in case of an error. */ @@ -3752,6 +3754,14 @@ xmlSchemaNormLen(const xmlChar *value) { return(ret); } +/** + * xmlSchemaGetFacetValueAsULong: + * @facet: an schemas type facet + * + * Extract the value of a facet + * + * Returns the value as a long + */ unsigned long xmlSchemaGetFacetValueAsULong(xmlSchemaFacetPtr facet) { @@ -3812,7 +3822,7 @@ xmlSchemaValidateListSimpleTypeFacet(xmlSchemaFacetPtr facet, } /** - * xmlSchemaValidateFacet: + * xmlSchemaValidateLengthFacet: * @type: the built-in type * @facet: the facet to check * @value: the lexical repr. of the value to be validated -- cgit v1.2.3