mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
elaborated on description of xmlValidityWarningFunc and
* include/libxml/valid.h: elaborated on description of xmlValidityWarningFunc and xmlValidityErrorFunc (bug 144760) * xmlIO.c, xmlschemastypes.c, include/libxml/schemasinternals.h: minor fixes to comments for doc rebuilding errors. * doc/*.html: rebuilt the docs
This commit is contained in:
@ -456,7 +456,7 @@ xmlSchemaCleanupTypes(void) {
|
||||
}
|
||||
|
||||
/**
|
||||
* xmlSchemaGetBuiltInType:
|
||||
* xmlSchemaIsBuiltInTypeFacet:
|
||||
* @type: the built-in type
|
||||
* @facetType: the facet type
|
||||
*
|
||||
@ -738,8 +738,10 @@ xmlSchemaGetPredefinedType(const xmlChar *name, const xmlChar *ns) {
|
||||
* xmlSchemaGetBuiltInListSimpleTypeItemType:
|
||||
* @type: the built-in simple type.
|
||||
*
|
||||
* 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.
|
||||
* Lookup a type in the built-in type database hierarchy of XML Schema
|
||||
* Part 2:Datatypes.
|
||||
*
|
||||
* Returns the type if found, NULL otherwise.
|
||||
*/
|
||||
xmlSchemaTypePtr
|
||||
xmlSchemaGetBuiltInListSimpleTypeItemType(xmlSchemaTypePtr type)
|
||||
|
Reference in New Issue
Block a user