• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/libxml2-26/libxml2/

Lines Matching +defs:no +defs:value

175  * @no:  the child number
177 * Returns the @no'th element child of @cur or NULL
180 xmlXPtrGetNthChild(xmlNodePtr cur, int no) {
185 for (i = 0;i <= no;cur = cur->next) {
192 if (i == no)
603 * Create a new xmlLocationSetPtr of type double and of value @val
784 * @start: the start NodePtr value
785 * @end: the end NodePtr value or NULL
849 * @val: the LocationSet value
885 * CUR returns the current xmlChar value, i.e. a 8 bit value
894 * CURRENT Returns the current char value, with the full decoding of
975 * TODO: there is no new scheme registration mechanism
1065 xmlURIPtr value;
1085 value = xmlParseURI((const char *)ctxt->cur);
1086 if (value == NULL) {
1092 URI = xmlSaveUri(value);
1093 xmlFreeURI(value);
1157 * If the returned value is a non-empty nodeset
1160 if (ctxt->value != NULL) {
1161 xmlXPathObjectPtr obj = ctxt->value;
1165 xmlLocationSetPtr loc = ctxt->value->user;
1171 xmlNodeSetPtr loc = ctxt->value->nodesetval;
1255 /* Allocate the value stack */
1264 ctxt->value = NULL;
1381 if ((ctxt->value != NULL) &&
1382 (ctxt->value->type != XPATH_NODESET) &&
1383 (ctxt->value->type != XPATH_LOCATIONSET)) {
1696 * string value in case of text/PI/Comments nodes
1798 if ((ctxt->value == NULL) ||
1799 ((ctxt->value->type != XPATH_LOCATIONSET) &&
1800 (ctxt->value->type != XPATH_NODESET)))
1880 * string-value of x.
1892 if ((ctxt->value == NULL) ||
1893 ((ctxt->value->type != XPATH_LOCATIONSET) &&
1894 (ctxt->value->type != XPATH_NODESET)))
2038 if ((ctxt->value == NULL) ||
2039 ((ctxt->value->type != XPATH_LOCATIONSET) &&
2040 (ctxt->value->type != XPATH_NODESET)))
2066 * Save the new value and cleanup
2172 * length of the string-value of x, and otherwise is the number of
2184 if ((ctxt->value == NULL) ||
2185 ((ctxt->value->type != XPATH_LOCATIONSET) &&
2186 (ctxt->value->type != XPATH_NODESET)))
2212 * Save the new value and cleanup
2278 if (ctxt->value == tmp) {
2396 * if there is no move needed return the current value.
2581 * character of the string-value and after the final
2737 * string. Specifically, the string-value of the location is searched for
2741 * string-value and after the final character. Whitespace in a string
2742 * is matched literally, with no normalization except that provided by
2745 * match. The default value is 1, which makes the range start immediately
2753 * If the string in the second argument is not found in the string-value
2754 * of the location, or if a value in the third or fourth argument indicates
2794 if ((ctxt->value == NULL) ||
2795 ((ctxt->value->type != XPATH_LOCATIONSET) &&
2796 (ctxt->value->type != XPATH_NODESET)))
2881 * Save the new value and cleanup
2977 if (ctxt->value == tmp) {