|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <xsltInternals.h>

Public Attributes | |
| struct _xsltKeyDef * | next |
| xmlNodePtr | inst |
| xmlChar * | name |
| xmlChar * | nameURI |
| xmlChar * | match |
| xmlChar * | use |
| xmlXPathCompExprPtr | comp |
| xmlXPathCompExprPtr | usecomp |
| xmlNsPtr * | nsList |
| int | nsNr |
Definition at line 349 of file xsltInternals.h.
| xmlXPathCompExprPtr _xsltKeyDef::comp |
Definition at line 356 of file xsltInternals.h.
Referenced by xsltFreeKeyDef(), and xsltInitCtxtKey().
| xmlNodePtr _xsltKeyDef::inst |
Definition at line 351 of file xsltInternals.h.
Referenced by xsltInitCtxtKey(), and xsltInitDocKeyTable().
| xmlChar* _xsltKeyDef::match |
Definition at line 354 of file xsltInternals.h.
Referenced by xsltFreeKeyDef(), and xsltInitCtxtKey().
| xmlChar* _xsltKeyDef::name |
Definition at line 352 of file xsltInternals.h.
Referenced by xsltFreeKeyDef(), xsltInitAllDocKeys(), xsltInitCtxtKey(), and xsltInitDocKeyTable().
| xmlChar* _xsltKeyDef::nameURI |
Definition at line 353 of file xsltInternals.h.
Referenced by xsltFreeKeyDef(), xsltInitAllDocKeys(), xsltInitCtxtKey(), and xsltInitDocKeyTable().
| struct _xsltKeyDef* _xsltKeyDef::next |
Definition at line 350 of file xsltInternals.h.
Referenced by xsltAddKey(), xsltCountKeys(), xsltFreeKeyDefList(), xsltInitAllDocKeys(), xsltInitCtxtKeys(), and xsltInitDocKeyTable().
| xmlNsPtr* _xsltKeyDef::nsList |
Definition at line 358 of file xsltInternals.h.
Referenced by xsltFreeKeyDef(), and xsltInitCtxtKey().
| int _xsltKeyDef::nsNr |
Definition at line 359 of file xsltInternals.h.
Referenced by xsltInitCtxtKey().
| xmlChar* _xsltKeyDef::use |
Definition at line 355 of file xsltInternals.h.
Referenced by xsltFreeKeyDef().
| xmlXPathCompExprPtr _xsltKeyDef::usecomp |
Definition at line 357 of file xsltInternals.h.
Referenced by xsltFreeKeyDef(), and xsltInitCtxtKey().