Searched defs:_xsltStackElem (Results 1 – 1 of 1) sorted by relevance
1425 struct _xsltStackElem { struct1426 struct _xsltStackElem *next;/* chained list */ argument1427 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 eval1434 xmlXPathObjectPtr value; /* The value if computed */1435 xmlDocPtr fragment; /* The Result Tree Fragments (needed for XSLT 1.0)[all …]