ReactOS 0.4.15-dev-7842-g558ab78
_xsltKeyDef Struct Reference

#include <xsltInternals.h>

Collaboration diagram for _xsltKeyDef:

Public Attributes

struct _xsltKeyDefnext
 
xmlNodePtr inst
 
xmlCharname
 
xmlCharnameURI
 
xmlCharmatch
 
xmlCharuse
 
xmlXPathCompExprPtr comp
 
xmlXPathCompExprPtr usecomp
 
xmlNsPtrnsList
 
int nsNr
 

Detailed Description

Definition at line 349 of file xsltInternals.h.

Member Data Documentation

◆ comp

xmlXPathCompExprPtr _xsltKeyDef::comp

Definition at line 356 of file xsltInternals.h.

Referenced by xsltFreeKeyDef(), and xsltInitCtxtKey().

◆ inst

xmlNodePtr _xsltKeyDef::inst

Definition at line 351 of file xsltInternals.h.

Referenced by xsltInitCtxtKey(), and xsltInitDocKeyTable().

◆ match

xmlChar* _xsltKeyDef::match

Definition at line 354 of file xsltInternals.h.

Referenced by xsltFreeKeyDef(), and xsltInitCtxtKey().

◆ name

xmlChar* _xsltKeyDef::name

◆ nameURI

xmlChar* _xsltKeyDef::nameURI

◆ next

◆ nsList

xmlNsPtr* _xsltKeyDef::nsList

Definition at line 358 of file xsltInternals.h.

Referenced by xsltFreeKeyDef(), and xsltInitCtxtKey().

◆ nsNr

int _xsltKeyDef::nsNr

Definition at line 359 of file xsltInternals.h.

Referenced by xsltInitCtxtKey().

◆ use

xmlChar* _xsltKeyDef::use

Definition at line 355 of file xsltInternals.h.

Referenced by xsltFreeKeyDef().

◆ usecomp

xmlXPathCompExprPtr _xsltKeyDef::usecomp

Definition at line 357 of file xsltInternals.h.

Referenced by xsltFreeKeyDef(), and xsltInitCtxtKey().


The documentation for this struct was generated from the following file: