ReactOS 0.4.16-dev-321-g63bb46a
|
Public Attributes | |
struct _xsltAttrVT * | next |
int | nb_seg |
int | max_seg |
int | strstart |
xmlNsPtr * | nsList |
int | nsNr |
void * | segments [1] |
int _xsltAttrVT::max_seg |
Definition at line 29 of file attrvt.c.
Referenced by xsltSetAttrVTsegment().
int _xsltAttrVT::nb_seg |
Definition at line 28 of file attrvt.c.
Referenced by xsltCompileAttr(), xsltFreeAttrVT(), and xsltSetAttrVTsegment().
struct _xsltAttrVT* _xsltAttrVT::next |
xmlNsPtr* _xsltAttrVT::nsList |
Definition at line 34 of file attrvt.c.
Referenced by xsltCompileAttr(), and xsltFreeAttrVT().
int _xsltAttrVT::nsNr |
Definition at line 35 of file attrvt.c.
Referenced by xsltCompileAttr().
void* _xsltAttrVT::segments[1] |
Definition at line 43 of file attrvt.c.
Referenced by xsltFreeAttrVT(), and xsltSetAttrVTsegment().
int _xsltAttrVT::strstart |
Definition at line 30 of file attrvt.c.
Referenced by xsltCompileAttr(), and xsltFreeAttrVT().