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:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user