mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-29 15:41:13 +03:00
Update news and rebuild documentation
This commit is contained in:
@ -1039,15 +1039,15 @@ The content of this structure is not made public by the API.
|
||||
xmlHashTablePtr cdataSection : * Global variable or parameters. *
|
||||
<a href="libxslt-xsltInternals.html#xsltStackElemPtr">xsltStackElemPtr</a> variables : * Template descriptions. *
|
||||
<a href="libxslt-xsltInternals.html#xsltTemplatePtr">xsltTemplatePtr</a> templates : the ordered list of templates
|
||||
void * templatesHash : hash table or wherever compiled templates information is stored
|
||||
void * rootMatch : template based on /
|
||||
void * keyMatch : template based on key()
|
||||
void * elemMatch : template based on *
|
||||
void * attrMatch : template based on @*
|
||||
void * parentMatch : template based on ..
|
||||
void * textMatch : template based on text()
|
||||
void * piMatch : template based on processing-instruction()
|
||||
void * commentMatch : * Namespace aliases. * NOTE: Not used in the refactored code. *
|
||||
xmlHashTablePtr templatesHash : hash table or wherever compiled templates information is stored
|
||||
struct _xsltCompMatch * rootMatch : template based on /
|
||||
struct _xsltCompMatch * keyMatch : template based on key()
|
||||
struct _xsltCompMatch * elemMatch : template based on *
|
||||
struct _xsltCompMatch * attrMatch : template based on @*
|
||||
struct _xsltCompMatch * parentMatch : template based on ..
|
||||
struct _xsltCompMatch * textMatch : template based on text()
|
||||
struct _xsltCompMatch * piMatch : template based on processing-instruction()
|
||||
struct _xsltCompMatch * commentMatch : * Namespace aliases. * NOTE: Not used in the refactored code. *
|
||||
xmlHashTablePtr nsAliases : * Attribute sets. *
|
||||
xmlHashTablePtr attributeSets : * Namespaces. * TODO: Eliminate this. *
|
||||
xmlHashTablePtr nsHash : the set of namespaces in use: ATTENTION: This is used for execution o
|
||||
@ -1114,7 +1114,8 @@ The content of this structure is not made public by the API.
|
||||
int templNr : Nb of templates in the stack
|
||||
int templMax : Size of the templtes stack
|
||||
<a href="libxslt-xsltInternals.html#xsltTemplatePtr">xsltTemplatePtr</a> * templCalledTab : templates called
|
||||
int * templCountTab : .. and how often
|
||||
int * templCountTab : .. and how often Conflict resolution
|
||||
int position
|
||||
} xsltTemplate;
|
||||
</pre><p/>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user