Home | History | Annotate | Download | only in libxml2

Lines Matching defs:range

253     "Char out of XML range\n",
1065 fprintf(output, "Object is a collapsed range :\n");
1073 fprintf(output, "Object is a range :\n");
9649 * UCS-4 range (hex.) UTF-8 octet sequence (binary)
11151 * Modified for XPtr range support as:
11155 * | 'range-to' '(' Expr ')' Predicate*
11199 if ((name != NULL) && (xmlStrEqual(name, BAD_CAST "range-to"))) {
11670 * the requested range.
11752 * Fits in the requested range.
11872 * "[position() = 1]"; thus - obviously - a position-range,
13795 xmlXPathObjectPtr range;
13860 range = xmlXPtrNewRange(
13865 if (range != NULL) {
13866 xmlXPtrLocationSetAdd(newlocset, range);
13870 range = xmlXPtrNewRangeNodeObject(
13872 if (range != NULL) {
13873 xmlXPtrLocationSetAdd(newlocset,range);
13922 range =
13925 if (range != NULL) {
13926 xmlXPtrLocationSetAdd(newlocset, range);