mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
In preparation to use normalized values of facets during validation:
* xmlschemastypes.c xmlschemastypes.h: In preparation to use normalized values of facets during validation: changed the arguments of some string comparison functions; added a static xmlSchemaValidateFacetInternal() with more arguments to be more flexible. Prepared XML_SCHEMA_FACET_ENUMERATION validation to use the comparison functions. Fixed some assignments in xmlSchemaValAtomicType(): total digit count, lo, mi, hi.
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
||||
Tue Mar 15 15:43:27 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
|
||||
|
||||
* xmlschemastypes.c xmlschemastypes.h: In preparation to use
|
||||
normalized values of facets during validation: changed the
|
||||
arguments of some string comparison functions; added a static
|
||||
xmlSchemaValidateFacetInternal() with more arguments to be
|
||||
more flexible. Prepared XML_SCHEMA_FACET_ENUMERATION validation
|
||||
to use the comparison functions. Fixed some assignments in
|
||||
xmlSchemaValAtomicType(): total digit count, lo, mi, hi.
|
||||
|
||||
Sun Mar 13 19:32:03 CET 2005 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* NEWS configure.in testapi.c doc/*: preparing release of 2.6.18
|
||||
|
@@ -50,7 +50,16 @@ XMLPUBFUN int XMLCALL
|
||||
xmlSchemaValidateFacet (xmlSchemaTypePtr base,
|
||||
xmlSchemaFacetPtr facet,
|
||||
const xmlChar *value,
|
||||
xmlSchemaValPtr val);
|
||||
xmlSchemaValPtr val);
|
||||
#if 0
|
||||
XMLPUBFUN int XMLCALL
|
||||
xmlSchemaValidateFacetWhtsp (xmlSchemaFacetPtr facet,
|
||||
xmlSchemaWhitespaceValueType fws,
|
||||
xmlSchemaValType valType,
|
||||
xmlSchemaValPtr val,
|
||||
const xmlChar *value,
|
||||
xmlSchemaWhitespaceValueType ws);
|
||||
#endif
|
||||
XMLPUBFUN void XMLCALL
|
||||
xmlSchemaFreeValue (xmlSchemaValPtr val);
|
||||
XMLPUBFUN xmlSchemaFacetPtr XMLCALL
|
||||
@@ -110,7 +119,7 @@ XMLPUBFUN int XMLCALL
|
||||
xmlSchemaValPtr y,
|
||||
xmlSchemaWhitespaceValueType yws);
|
||||
XMLPUBFUN xmlSchemaValPtr XMLCALL
|
||||
xmlSchemaCopyValue (xmlSchemaValPtr val);
|
||||
xmlSchemaCopyValue (xmlSchemaValPtr val);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user