Home | History | Annotate | Download | only in libxml2

Lines Matching defs:TODO

62 #define TODO								\
93 * TODO:
187 * TODO: when compatibility allows remove all "fake node libxslt" strings
411 * TODO: Since such a list-handling is used in xmlschemas.c and libxslt
1350 /* REVISIT TODO: Make this static when committing */
1665 /* REVISIT TODO: Make this static when committing */
2303 TODO;
2529 /* TODO: needs refactoring somewhere else */
3011 if ((0 > (long) node1->content) && /* TODO: Would a != 0 suffice here? */
3049 * URGENT TODO: Are there any cases, where the
3073 * TODO: why do we return 1 for namespace nodes?
3143 * TODO: This assumes attributes are sorted before content.
3670 * TODO: The optimization won't work in every case, since
5371 obj->type = XPATH_XSLT_TREE; /* TODO: Just for debugging. */
5425 * TODO: Check if this assumption is correct.
5492 * TODO: Due to those nasty ns-nodes, we need to traverse
5494 * URGENT TODO: Check if it's actually slowing things down.
5668 TODO
5713 TODO;
5833 TODO;
5945 TODO;
6583 TODO
6868 TODO
6925 TODO
6986 TODO
6997 TODO
7082 TODO
7167 TODO
7604 case XML_ENTITY_REF_NODE: /* URGENT TODO: entify-refs as well? */
7641 /* case XML_DTD_NODE: */ /* URGENT TODO: DTD-node as well? */
7696 /* TODO: OK to have XInclude here? */
8277 * TODO: support DTD inherited default attributes
10151 * TODO: xmlXPathCompLiteral memory allocation could be improved.
10908 * TODO: Sorting is still activated for filters, since I'm not
11508 * TODO: raise an internal error.
11527 * URGENT TODO: Check the following:
11619 * TODO: The object was lost in the evaluation machinery.
11659 * TODO: raise an internal error.
11678 * TODO: Can this ever happen?
11691 * URGENT TODO: Check the following:
11868 * TODO: Unfortunately this simplistic test here is not
11972 * MAYBE FUTURE TODO: merging optimizations:
12183 * QUESTION TODO: What does the "first" and "last" stuff do?
12225 * TODO: Don't we need to use
12292 TODO;
12409 * QUESTION TODO: The old predicate evaluation took into
12420 * TODO: Problem: we cannot execute the inner predicates first
12493 * QUESTION TODO: What does this do and why?
12494 * TODO: Do we have to do this also for the "error"
12577 * OPTIMIZE TODO: This implicitely sorts
12580 * OPTIMIZE TODO: How do we know if the node-list wasn't
12724 && (ctxt->value->nodesetval->nodeNr >= 1)) { /* TODO: NOP ? */
12939 * REVISIT TODO: Don't create a temporary nodeset
12986 /* QUESTION TODO: Why was this code commented out?
13440 * FILTER TODO: Can we assume that the inner processing
13738 * OPTIMIZE TODO: Can we use
13906 * OPTIMIZE TODO: Avoid recreation for every iteration.
14157 * QUESTION TODO: Is this an error?
14336 * QUESTION TODO: This falls back to normal XPath evaluation