1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-06-16 21:40:58 +03:00

revuilt the API and docs Daniel

* doc/libxslt-api.xml doc/* doc/html/*: revuilt the API and docs
Daniel
This commit is contained in:
Daniel Veillard
2003-08-04 20:44:28 +00:00
parent 499f390740
commit b36b9770af
8 changed files with 77 additions and 1 deletions

View File

@ -277,6 +277,13 @@ Data structure associated to a parsed document.</p><p>
xmlDocPtr tmpRVT; /* list of RVT without persistance */
xmlDocPtr persistRVT; /* list of persistant RVTs */
int ctxtflags; /* context processing flags */
/*
* Speed optimization when coalescing text nodes
*/
const xmlChar *lasttext; /* last text node content */
unsigned int lasttsize; /* last text node size */
unsigned int lasttuse; /* last text node use */
};
</pre><p>