summaryrefslogtreecommitdiff
path: root/xmlschemastypes.c
diff options
context:
space:
mode:
authorWilliam M. Brack <wbrack@src.gnome.org>2004-08-03 22:41:11 +0000
committerWilliam M. Brack <wbrack@src.gnome.org>2004-08-03 22:41:11 +0000
commit4e3a9fa137890b1873e08d2a410f06f25439f236 (patch)
tree96b9d7b5c0e664f32f0b40bba16380d572a267a1 /xmlschemastypes.c
parentb11f5b97f2d21811722c702ef3db6b4bd87842f3 (diff)
downloadlibxml2-4e3a9fa137890b1873e08d2a410f06f25439f236.tar.gz
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
Diffstat (limited to 'xmlschemastypes.c')
-rw-r--r--xmlschemastypes.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/xmlschemastypes.c b/xmlschemastypes.c
index 78e10fc7..d503c9a5 100644
--- a/xmlschemastypes.c
+++ b/xmlschemastypes.c
@@ -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)