mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
moved string and UTF8 routines out of parser.c and encoding.c into a new
* encoding.c, parser.c, xmlstring.c, Makefile.am, include/libxml/Makefile.am, include/libxml/catalog.c, include/libxml/chvalid.h, include/libxml/encoding.h, include/libxml/parser.h, include/libxml/relaxng.h, include/libxml/tree.h, include/libxml/xmlwriter.h, include/libxml/xmlstring.h: moved string and UTF8 routines out of parser.c and encoding.c into a new module xmlstring.c with include file include/libxml/xmlstring.h mostly using patches from Reid Spencer. Since xmlChar now defined in xmlstring.h, several include files needed to have a #include added for safety. * doc/apibuild.py: added some additional sorting for various references displayed in the APIxxx.html files. Rebuilt the docs, and also added new file for xmlstring module. * configure.in: small addition to help my testing; no effect on normal usage. * doc/search.php: added $_GET[query] so that persistent globals can be disabled (for recent versions of PHP)
This commit is contained in:
@@ -40,10 +40,10 @@ void <a href="#xmlSchemaValidityWarningFunc">xmlSchemaValidityWarningFunc</a> (v
|
||||
</pre>
|
||||
<h2>Description</h2>
|
||||
<h3><a name="xmlSchema" id="xmlSchema">Structure xmlSchema</a></h3><pre class="programlisting">Structure xmlSchema<br />struct _xmlSchema {
|
||||
const <a href="libxml-tree.html#xmlChar">xmlChar</a> * name : schema name
|
||||
const <a href="libxml-tree.html#xmlChar">xmlChar</a> * targetNamespace : the target namespace
|
||||
const <a href="libxml-tree.html#xmlChar">xmlChar</a> * version
|
||||
const <a href="libxml-tree.html#xmlChar">xmlChar</a> * id
|
||||
const <a href="libxml-xmlstring.html#xmlChar">xmlChar</a> * name : schema name
|
||||
const <a href="libxml-xmlstring.html#xmlChar">xmlChar</a> * targetNamespace : the target namespace
|
||||
const <a href="libxml-xmlstring.html#xmlChar">xmlChar</a> * version
|
||||
const <a href="libxml-xmlstring.html#xmlChar">xmlChar</a> * id
|
||||
<a href="libxml-tree.html#xmlDocPtr">xmlDocPtr</a> doc
|
||||
<a href="libxml-schemasInternals.html#xmlSchemaAnnotPtr">xmlSchemaAnnotPtr</a> annot
|
||||
int flags
|
||||
|
Reference in New Issue
Block a user