Home
last modified time | relevance | path

Searched defs:_xsltStylesheet (Results 1 – 1 of 1) sorted by relevance

/external/libxslt/libxslt/
DxsltInternals.h1481 struct _xsltStylesheet { struct
1485 struct _xsltStylesheet *parent; argument
1486 struct _xsltStylesheet *next; argument
1487 struct _xsltStylesheet *imports; argument
1489 xsltDocumentPtr docList; /* the include document list */
1494 xmlDocPtr doc; /* the parsed XML stylesheet */
1495 xmlHashTablePtr stripSpaces;/* the hash table of the strip-space and
1497 int stripAll; /* strip-space * (1) preserve-space * (-1) */
1498 xmlHashTablePtr cdataSection;/* the hash table of the cdata-section */
1503 xsltStackElemPtr variables; /* linked list of param and variables */
[all …]