Home
last modified time | relevance | path

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

/external/libxslt/libxslt/
DxsltInternals.h1425 struct _xsltStackElem { struct
1426 struct _xsltStackElem *next;/* chained list */ argument
1427 xsltStylePreCompPtr comp; /* the compiled form */
1428 int computed; /* was the evaluation done */
1429 const xmlChar *name; /* the local part of the name QName */
1430 const xmlChar *nameURI; /* the URI part of the name QName */
1431 const xmlChar *select; /* the eval string */
1432 xmlNodePtr tree; /* the sequence constructor if no eval
1434 xmlXPathObjectPtr value; /* The value if computed */
1435 xmlDocPtr fragment; /* The Result Tree Fragments (needed for XSLT 1.0)
[all …]